Discussion on Isomorphic - React Admin Dashboard Template

Discussion on Isomorphic - React Admin Dashboard Template

Cart 8,255 sales
Well Documented

redqteam supports this item

Supported

This author's response time can be up to 1 business day.

583 comments found.

In the document, I cannot find the file config.js which declare the Auth0Config. Do I need to create this file manually or am I missing something here? Currently, I’m doing manually for any files I could not locate in the source, but the document seems to not update about this. The same thing happens with Firebase.

the configuration for aut0 can be found in the below file
src->settings->index.js file

I’m trying to use the multi-language described in this https://redq.gitbooks.io/isomorphic/content/multi-language-support.htmlarticle, but it does not work. I did the whole procedure, but it is still displaying the following error:

[React Intl] Missing locale data for locale: “pt-BR”. Using default locale: “en” as fallback. function.console.(anonymous function) @ index.js:1455 defaultErrorHandler @ index.es.js:565 getConfig @ index.es.js:1001 getChildContext @ index.es.js:1027 processChildContext @ react-dom.development.js:9916

please submit a ticket so that our technical team can review your issue, https://redqsupport.ticksy.com/

Are there any plans on updating the Next.js version? As of right now, it’s very outdated at version 4.14 with node engine 9.3.x outlined in the packages.json file, both version being a year old.

yes, we are currently working on updating the next js version, will push it soon. thanks

That’s great to hear! I’m looking forward to it.

when will the upgrade with nextjs 7 release?

we are currently working on it. should be there soon. thanks

is it possible to guide me on what parts need to be taken care of(like css, babel, or any files ill have to move) if i want to upgrade the app to nextjs 7 myself? i really like this template on nextjs and would like to start coding it soon

so i have kind of got it working. just leaving what i did here so that others can see it.

  • use babel-upgrade to upgrade babel to 7
  • upgrade next in package.json to v7.0.0
  • remove transform-define env.config.js section from plugins in babelrc

the above steps got my project running without error. there must be more things that i have to take care of. but heres a temporary solution in case others looking for it.

do you have any version that uses the React Context api ? we are looking to move from Redux to the built in Context system.

Context is what powers React Redux under the hood. The new context API isn’t to “replace Redux”, it just fixes a broken feature that needs to be provided by React. Whether you use it directly or through another API like React Redux is up to you

thank you for taking the time to reply. we are looking to use the Context API since it covers 95% of the usecases of Redux anyhow. You can read about it here – https://daveceddia.com/context-api-vs-redux/ . But still, thanks for replying.

Redux has been around for a long time. It has stayed strong in the face of other state management libraries like Mobx and Mobx-State-Tree. As Redux 4 has neat improvements under the hood. There is no better thing than redux to handle a complex, medium, large scale app.

React Context API on the other hand, has given us a way to handle simple state related things, without having to get into bed with Redux. At the end of the day, every app is different so you can only try to make the best decision.

Is there a next-boilierplate option that doesn’t include all the demo content similar to the isomorphic-boilerplate-master? That would be greatly appreciated.

Hello Users of this product, need small guidance is this product good to create a shopping marketplace?

Can you please share live websites who used this theme? Also for DB planning and setup where can I find the docs?

Sorry we can not share our client website list, we don’t have them also we don’t track them. Database is up to you. Here is our doc https://redq.gitbooks.io/isomorphic/content/

Sure thanks!

Hi,

How to access github repository? My username : SharpStaff

You do not have Google+ login working correct?

we have firebase auth, there you can add google login provider easily. thanks

Hi , Seems like live page view is to die? Can you confirm again ?

Hi, I want to use the template for one of my client. They will sell online tickets and I will use the template on frontent. Should I buy regular or extended license? Regards

As it will use different users and it’s a SAAS product, we will recommend you to purchase an extended license. Thanks

I really like your template (from what I can see in the demo) but it bothers me that the sidebar auto expands once I hover over it after it was collapsed. Is it possible to remove that behavior?

Best Regards

there is an option config in the code to not to make the sidebar expand when you hover on it.

on project isometrix next i got error FirebaseError: [code=invalid-argument]: projectId must be a string in FirebaseApp.options at new FirestoreError (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:348:28) at Function.Firestore.databaseIdFromApp (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:18323:19) at new Firestore (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:18217:43) at Object.firestore (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:19558:79) at FirebaseAppImpl._getService (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\app\dist\index.node.cjs.js:138:66) at FirebaseAppImpl.(anonymous function) [as firestore] (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\app\dist\index.node.cjs.js:327:31) at Object.serviceNamespace [as firestore] (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\app\dist\index.node.cjs.js:312:32) at new FirebaseHelper (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\helpers\firebase\index.js:27:3) at Object.<anonymous> (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\helpers\firebase\index.js:73:16) at Module._compile (module.js:643:30) code: ‘invalid-argument’, name: ‘FirebaseError’, toString: [Function] } { FirebaseError: [code=invalid-argument]: projectId must be a string in FirebaseApp.options at new FirestoreError (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:348:28) at Function.Firestore.databaseIdFromApp (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:18323:19) at new Firestore (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:18217:43) at Object.firestore (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\firestore\dist\index.node.cjs.js:19558:79) at FirebaseAppImpl._getService (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\app\dist\index.node.cjs.js:138:66) at FirebaseAppImpl.(anonymous function) [as firestore] (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\app\dist\index.node.cjs.js:327:31) at Object.serviceNamespace [as firestore] (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\node_modules\@firebase\app\dist\index.node.cjs.js:312:32) at new FirebaseHelper (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\helpers\firebase\index.js:27:3) at Object.<anonymous> (D:\Desktop\Isomorphic – React Redux Admin Dashboard\isomorphic-next\isomorphic-next\helpers\firebase\index.js:73:16) at Module._compile (module.js:643:30) code: ‘invalid-argument’, name: ‘FirebaseError’, toString: [Function] } can you help me with this

please submit a ticket to our support site so that we can check your issue, as it seems like you have provided your firebase configuration.

the below url is the documentation for our non ssr version but the procedure is almost same,
https://redq.gitbooks.io/isomorphic/content/components/authentication/firebase.html if you still have issues, make sure you submit a ticket to our support site http://redqsupport.ticksy.com/

Dear

I have a issue. It’s can’t start, https://drive.google.com/file/d/1z0ySMcWshwtDOLxrZKlFn_JZxg1ldVyE

Give me access, my github: leduong Thanks

Could you please create a support ticket on https://redqsupport.ticksy.com we can assign a support engineer for you. we have added you on github

Please update your documentation : https://redq.gitbooks.io/isomorphic/content/zip-overview/isomorphic-nextzip.html

It’s false, SSR it’s not supported in this zip lol

we have provided Next Js support isomorphic-next.zip file which is SSR supported framework built with React js.

isomorphic-next.zip doc is not updated, firebase + firebase-auth integration not working in this version, you are lier guy’s

can you submit a ticket in our support site about your issue please instead of providing false accusation so that we can check your issue properly,

Recently we have update the firebase version in the next js template and checked the firebase authentication with some of our user and for them it’s working well.

so, what make you think we are lying here? what kind of documentation update you are looking for can you please elaborate?

Hi There, I would like to buy this react admin panel project/source for my next project. I need SSR rendering with NodeJs / Express server as Search engine indexing is our priority. Can you please let me know, if this project comes with this layout with SSR? We would immediately buy the source code with 1 Year support if it does. Please email me on khatri.hitesh at gmail as soon as possible. Hoping for quick response. Hitesh Khatri.

Yes this project comes with this layout with SSR Using Next js

looked at Next.Js.. it needs one to deploy the project using https://zeit.co/now , havent seen any way to deploy on Node.Js and Express.

1) if you can please provide me a pointer/link to “how to deploy Next.Js project on Node or Express” that would be great.

2) also, if you guys have sample project that is SSR based, which I can run locally and try it out, that would be amazing too.

The above two will allow me to make decision right away!

hope that would be ok. Hitesh

Hi, I prolonged support, but can not open ticket. I should have github access please

please try again it should work now

it works, thanks, but did not got github access until now. github user stefanwuthrich , themes mate and isomorphic

Hi, I had a couple of questions: 1. is it possible to use just redux-thunk within the customApp? 2. I can not find a place to add own icon instead of the default ‘ion-flash’ that is present.

please submit a ticket to our support site if you have already purchased the template

HI, any update planned?

how difficult would it be to integrate another chart component like Highcharts js?

very easy to add, you can use https://github.com/ankane/react-chartkick that has highchats support.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey