238 comments found.
Halo bro,
Mau tanya untuk Enlite Prime, misal mau pake untuk data pertambangan , belum tau sih bakal sebanyak apa, tapi rencananya ga pake data storenya firebase karna billingnya takut bengkak. ada jalan lain kah?
Hi elruinnou,
Terimakasih telah berkunjung ke portfolio kami.
Untuk database bisa menggunakan API lain, misalnya API dari java, php, dll yang response nya berformat json.
Dan untuk sample CRUD app, kami telah menyediakan versi yang tidak terkoneksi ke DB (hanya fungsi front-end). Kemudian satu lagi untuk authentication juga bisa di take out fungsi-fungsi dari firebasenya.
Salam.
You seem to be using a very old version of react-dropzone. The code doesn’t seem to work with the latest version. Is it possible to get a version of your MaterialDropZone component that works with a newer version of react-dropzone
Hi karimj,
Thanks for purchasing and the reported issue.
Sorry for the inconvenience about react-dropzone. To migrate for the latest version (10.x.x) please following this step.
- install the latest verstion of react-dropzone (v10.1.5)
- Open /app/components/Forms/MaterialDropZone.js
- Around line:142 wrap the children with of <Dropzone> with getRootProps, getInputProps and add input tag
<Dropzone
accept={acceptedFiles.join(',')}
onDrop={this.onDrop}
onDropRejected={this.onDropRejected}
acceptClassName="stripes"
rejectClassName="rejectStripes"
maxSize={fileSizeLimit}
ref={(node) => { dropzoneRef = node; }}
{...rest}
>
{/* updated code */}
{({getRootProps, getInputProps}) => (
<div classname="{classNames(classes.dropItem,">
<div classname="dropzoneTextStyle">
<input {...getInputProps()} />
<p classname="dropzoneParagraph">{text}</p>
<div classname="{classes.uploadIconSize}">
<CloudUpload />
</div>
</div>
</div>
)}
{/*end */}
</Dropzone>
We will release the new version including this update on next week.
Hope this can help. Feel free if you have any further queries.
Kind regards.
One other issue please. You are managing the state for files in the MaterialDropZone component. But when you reference the component in UploadInputAll you pass the files as a prop as well. This doesn’t seem to work as the files in will not update in UploadInputAll due to the way that react is one way. In a normal app the UploadInputAll would need to know the files so that it can have the functionality to upload them. Once the upload is complete you would want to clear the files lists. Is it possible for you to change UploadInputAll to handles the files prop correctly
Hi karimj,
Basically the lDropZone use for collect files in local(front end side) and save in state
If want to remove files state after upload success, you need callback from backend, then call method to remove the files state in that callback.
Feel free if you have any further queries.
Kind regards.
Hi Thanks for the great template. Is there a way l can get the file in html format. I want to include it in my jsp project
Hi Bensonaob,
Thanks for purchasing and the appreciation.
This template built with react-boilerplate. By default this template cannot build as static html completelly. You can try to integrate with Create React App or Next.js.
Or this is other way to implement react in jsp :
https://github.com/emmostrom/JavaReact https://github.com/gpietro/spring_react_demoHope this can help. Feel free if you have any further queries.
Kind regards.
Hi Support team, I purchased this react theme, when I’m trying to run by following instructions provided in documentation there is following error: Building the Webpack DLL… /bin/sh: cross-env: command not found
Please note we are using latest stable npm and node version on our dev environment. Please advise asap to resolve the issue.
Thank you.
Hi laxfordgroup,
Thanks for purchasing.
It seems cross-env not installed successfully when install. Please run npm install cross-env or remove all files in node_modules and run npm install again.
Hope this can help. Feel free if you have any further queries.
Kind regards.
Thanks for your templates
I buy your template. But when i start with ‘yarn install’ and ‘yarn start’, it shows the error like this
Replace Autoprefixer browsers option to Browserslist config. Use browserslist key in package.json or .browserslistrc file
If you know about this error, or the method to how I can start this templates Please help me Thank you
Best Regards Dong jo
Hi Dong jo,
Thanks for purchasing.
Please remove package-lock.json and yarn.lock first. Then change browserlist array to “default” in “browserlist” in package.json
"browserslist": [
"default",
],
Or you try by use npm install then npm start instead.
Hope this can help. Feel free if you have any further queries.
Kind regards.
Hi, is possible forked the code from your repo? My account: hdominguezy
Regards !!!
Hi hdominguezy,
Thanks for purchasing,
We store the code in bitbucket. For now we not open our repository for buyer, only for internal member. And if any updates, we will provide via themeforest.
Feel free if you have any further queries.
Kind regards.
Great Job.
I what buy your template. But i need to know it’s possible build an project and deploy in firebase hosting like SPA application?
Thank you
Best Regards Mario Prego
Hi Mario Prego,
Thanks for visiting our portfolio.
This template use React Boilerplate and we haven’t try to deploy it from firebase hosting. If you want to explore more about this template, here’s sample for the enlite-starter version.
Regards.
Hi ilhammeidi,
I already deploy your sample in an firebase project. React works fine, but i have an problem with the firebase config file. The app in the deploy dont understand my api configuration, but in localhost works fine, the same config file.
Maybe was a problem in Redux Saga.
Hi Mario,
I think you need to register the deployed app domain to firebase auth settings.
Hello, firebase CRUD and auth can be change to PHP , laravel or other backend easily?
Hi mediis
Thanks for purchasing,
To change backend to php or other environment need API to handle that. Then also need some modification in redux saga.
Here is the sample code: https://github.com/maprihoda/react-redux-crud/tree/master/client/src/sagas/posts
Auth: https://github.com/jcolemorrison/redux-sagas-authentication-app/tree/master/src/login
Hope this can help. Feel free if you have any further queries.
Kind regards.
Hi. How do you recommend I use alternative auth to firebase? I want to be able to use django-rest-framework as a back-end instead of firebase. Also how would I be able to remove authentication completely?
Hi Riyaadh001,
Thanks for purchasing.
For alternative backend side, can use API to handle that.
To remove firebase auth, please remove all dispatch and submit function in auth container in app/containers/page/Users/Login, Register and ResetPassword Then the rest is remove the reducer, action and constant in:app/redux/constants/authConstants.js,
app/redux/actions/authActions.js,
app/redux/modules/authReducers.js
app/redux/modules/authSagas.js
Hope this can help. Feel free if you have any further queries.
Kind regards.
Hi. I’m thinking of buying your product. Also I think it’s great. I have a question though. I need to use it with Create React App because I plan to put it inside Electron (I already know how). My question is, does your template play well with CRA? What about Next.js? I can’t wait to use your product. You’re a very skilled desinger, indeed.
Please note that react-boilerplate ways of dealing with electron and ssr are a bit dated and start to be deprecated https://github.com/react-boilerplate/react-boilerplate/blob/55c3c6203476b20b3ca5d21e0266cbdba11b4285/docs/forks/README.md That’s the main reason I would like to use it without react-boilerplate and opt-in for CRA or Next.
Sorry to bother again. I should add that I don’t use Redux nor Firebase. I’m only interested on the components and the overall layout. I think it should be pretty easy to use your controls on CRA or Next. Please confirm this. Sorry again.
Hi ferbraz,
Thanks for visiting our portfolio and the appreciations.
Yeah this template use react-boilerplate. But it possible to take out the components, containers, and styling only and implement it in other react framework or starter kit like next or CRA.
You can try by use Enlite Starter version first to implement it in your’e project. And this the online docs https://ilhammeidi.github.io/enlite-docs/
Kind regards.
Helo,
I purchsaed this theme but I cant run this. It shows ERROR in ./app/containers/Pages/Forms/ReduxFormDemo.js Module not found: Error: Can’t resolve ’../../../redux/actions/ReduxFormActions’ Please help.
Hi akhilumapathe,
Thanks for purchasing.
It seem’s the file (ReduxFormDemo) move to amother path location. That file should be in app/containers/Forms/demo/ReduxFormDemo so please move to the correct path.
Or another solution is by use alias path import { initAction, clearAction } from 'enl-redux/actions/reduxFormActions';
Hope this can help.
Feel free if you have any further queries.
Kind regards.
It Works.Thanks.
My dear, I apologize for English because I am using Google Translate.
I have a firebase database and I need a reporting tool with interesting dashboards like the demo.
As I do not have deep knowledge, I need to know if this application already has structure and example of query to the firebase database to generate these dashboars. This is my question to make the purchase effective.
Hi filipecaires,
Thanks for visiting my portfolio.
By default this template use firebase in sample applications(todo, email and contact) and authentication. If want to implement real data in dashboard it can do as well. Just need to sync data by use redux-saga from firebase (can follow the sample code in the docs https://ilhammeidi.github.io/enlite-docs/#crud ). Then put your’e data in components.
Kind regards.
What`s difficulty implementation language Portuguese?
Hi filipecaires,
To implement new language is easy, but need more works. Because this template by default use english then we translate every sentences and paragraphs by use google translate. After that put it in ar.json, es.json, de.json and so on.
To Add other language here’s the steps https://ilhammeidi.github.io/enlite-docs/code_flow/ui_lang.html#lang And this the original docs from react-boilerplate: https://github.com/react-boilerplate/react-boilerplate/blob/master/docs/js/i18n.md
Kind regards.
My dear,
Could you give me an example of how the access to the firebase is implemented and its use in the chart?
As my deadline is short, I want to choose one of the templates with the lowest learning curve possible, so that I can comply.
I believe that your model will answer me, but I would like this confirmation only before making the purchase, since I will not be able to give up later.
It would be possible?
Hi filipecaires,
In Enlite template we use rechart for data visualization. Here’s the sample implementation rechart and firebase together https://codesandbox.io/embed/lvvyz875z?codemirror=1
And here Enlite Starter if you want to try implement it before buy Enlite Prime version. Just install by following docs and go to localhost:3001/app/dashboard.
Hope this can help.
Kind regards.
Can I use react hooks instead of redux
Hi nimesha23,
Thanks for visiting our portfolio.
Yeah this template uses react 16.8 and support react hooks. FYI all states in this template is managed by redux and local states.
Regards.
Congratulations!
Amazing Work, Good Luck With Sale 
Thank you 
Congratulations! Looks very nice GLWS 
Thank you so much 
Congratulations! Nice Work, Good Luck With Sale 
Thank you
Congratulations!!! Nice Work, Good Luck With Sale 
Thanks
Nice Work, GLWS 
Thank you