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.

Hi,

I’m looking for a pricing table page on your theme but did not find.

i have 1.5 version of isomorphic. i wanna download new version of isomorphic. i need to buy new license ? or renew support ?

you can just download the latest version, yeah you have to renew support incase if you need further support. and based on your project you may have to purchase the extended license.

I bought this template with the hope that i can use it in a Vue.js project using ant-design-vue, while conversion component wise has been straight forward, i have struggled with getting styled-components to work and it has been very frustrating. a template of this kind should offer more options than this. I have seen others on themeforest (unfortunatley after purchasing this) with less, css modules, sass as additional options.

Is there a possibility of such an option on this project. to at least make it easy to work with plain css or sass.​

it may be easy for you to work with plain css or sass but it’s not the best practice at this moment, if you want to do it with css or saas you can just follow create-react-app guidelines to work with css or saas. Thanks

Hi there,

Is there any way I can get started with next.js with the same content that is in the boilerplate? I was expecting to find a boilerplate for the next version also :(

Thanks, Alex

Thanks for your comment, there is no boilerplate for the next js currently, but we will take it as a good suggestion to improve our item and will try to come up with a next js boilerplate in the future updates

I’m in the development now so I don’t need a full license but will eventually. So I wanted to asked these question and get guidance

The SaaS I’m developing is Content driven social platform using Firestore to store data and using the react app to manage the content/data.

The app users will be using the app mainly via mobile iPhone/Android. The app owner/admin is the only person who will be able to have access to the admin tool to add content, manage and interact with their users. They will not need to signup and will only need to signing to their account is created by superadmin.

In order to have separate Firestone databases I’m having to create multiple Firebase projects. I can’t figure out a way to have one react admin tool manage all client databases. I would like to only purchase one license and not multiple licenses for each project/database.

Do you have a suggestions on how I can structure the app so the react app can have access to a specific project database once admin user logins with username and password?

That way I can have one license and not a lot for each project database.

Thanks

I’ve sent a reply to your ticket please check, thanks

The theme itself is really great, can’t complain. Very complex and very useful. But the documentation… man, it drives me nuts. I mean it’s not helpful at all. For example go through the docs of ‘Ant tables’. Really? You just listed what I can see only by clicking through the demo. All the docs say is that… yeah, there are table views :) Seriously, you could at least provide some data samples that the tables should be supplied with to work because otherwise this is ridiculous. You have to spend hours to get one simple thing to work.

can you create some examples for tables using filters ? ant.design has more advanced tables usage for filters and im not able to understand how to do it in your theme. that is blocking us from buying :(

Hi,

We will give it a look in our future updates.

Thanks

Any update on Next.js version? I can’t deploy with the v4 you have now I need at least 5 or 6 prefer 7.

we are preparing an update but our user already updated the template to the latest version and have deployed it in the production without any issue so far

hi redqteam, Your not using any jquery in this project?

Hi,

We are not using any jquery in this project.

Thanks

in the latest release of isomorphic-next, it has problem finding the window object from react-ga module. how do i resolve this

have you check this with the next Js issues?

After installing all dependencies, I keep on running into this error when i try to run the app ”./node_modules/@ant-design/icons-react/es/utils.js Module not found: Can’t resolve ‘ant-design-palettes’ in ‘C:\........\React Redux Admin Dashboard\isomorphic\node_modules\@ant-design\icons-react\es’’”

Am running out of time

I have submitted a ticket for over 14 hours, you did not respond, that’s why I post a comment here

I have 2 tickets for over 20 hours, am under pressure to deliver, I have wasted 2 days troubleshooting your template to work.

please check i’ve sent a reply to your ticket, friday is our weekend, the team will be available tomorrow, thanks

Hi,

I have a question about your Mate Admin Tool. I would like to use this admin to manage my Firebase FireStore app that has features like:

• Chat Room and 1-on-1 chat. • Contact Form. • Blog Content like Articles, Videos…CMS. • eCommerce • and more…

I would like to know if your admin tool can connect to a firebase app.

Do I have to be an expert in React.js and Node.js to configure the tool to work with my firebase databases?

Do you provide instructions on how to connect with Firebase Firestore tool?

What the difference between Mate and Isomorphic admin tool?

I’m debating on which one I should purchase Mate or Isomorphic admin tool?

Does admin tools support Firebase Firestore CRUD?

Regarding licensing, what if I need to use/connect the admin tool to multiple firebase apps or a mobile SaaS?

I am a mobile developer who focus mainly on iOS Objective-C and Swift. I’m slowing getting back into JS and React but don’t have time to learn all the Can I hire or pay extra for customization that is outside of support

Thanks

Also, does theme include pre built apps?

Hi handytechguy,

Q. I would like to know if your admin tool can connect to a firebase app.
=> yes it does

Q.Do I have to be an expert in React.js and Node.js to configure the tool to work with my firebase databases?
=> you need to have a good knowledge and coding skill with React.js and firebase configuration with your database.

Q.Do you provide instructions on how to connect with Firebase Firestore tool?
=> We have some implementation example with Firebase Firestore CRUD which can help you to connect with database.

Q.What the difference between Mate and Isomorphic admin tool?
=> Isomorphic is based on Ant design and comes with a separate version of server side rendering With Next Js, Mate is based on material design.

Q.I’m debating on which one I should purchase Mate or Isomorphic admin tool?
=> you can decide based on my previous reply also check the demo and documentation for details

Q.Does admin tools support Firebase Firestore CRUD?
=> We have some implementation example with Firebase Firestore CRUD check our demo Article and Investor which is doing the Crud with Firebase Firestore

Q.Regarding licensing, what if I need to use/connect the admin tool to multiple firebase apps or a mobile SaaS?
=> You will need Extended License

Q.I am a mobile developer who focus mainly on iOS Objective-C and Swift. I’m slowing getting back into JS and React but don’t have time to learn all the Can I hire or pay extra for customization that is outside of support
=> We do have some quality developer and they are busy with their work but they are available for custom work for a valuable project, if you have a good budget for your project you can send us a mail in the below mail address so that we can discuss in details
support@redqteam.com

Thanks Redqteam

Can you do this as Custom work? If yes please mail me the cost, evgeniu@yahoo.com

I can’t deploy the nextjs application on heroku or now. With heroku I simply ran:

yarn build yarn dev heroku create git init git add . git commit -am ‘first commit’ git push heroku:master

I’m getting an application error when I go there

Is there a specific server that I’m supposed to deploy the next.js application to? I haven’t even touched your code, just tried deploying and its not working

we are using docker, after build just using `yarn start` on docker image it’s working, not sure why it’s not working for heroku. we will look into it. you can try docker deployment on heroku. Thanks

when do you update next js version? I have been waiting for it since long time ago. I just want to know when it cloud be done. please let me know.

we do have some good plan around the next version but i think it will take some more time, some of our user already upgraded the template to the latest version of next js and using it comfortably

Hi, I am considering buying this template. Just wondering is this template in your team’s long term plan? Is it going to be updated in next 2 years at least?

yeah it’s in our long term plan, Isomorphic is currently the best react redux based admin dashboard and we are going to update it regularly . we do have some good plan with feature update, version update etc

Excellent. I am going to buy it to try.

Thank you.

Any webpack 4 configuration available with Django template?

we are using create react app in our frontend of the server boilerplate, you can check create react app repo to know how to add your configuration or you can eject it.

Hi, I’m just wondering if this has been upgraded to the latest version of nextjs yet? Thanks so much.

the template haven’t been updated yet but some of our user already upgraded the next js version of our template by their own and it’s working fine for them.

Why there is auth0 authentication working example is not included in downloaded files?

can you please submit a ticket for your issue, everything that is shown in the demo have been included in the zip files as well

I submit a ticket please check

Hello good afternoon

I opened the tickets and had no interaction, you can check please

https://redqsupport.ticksy.com/ticket/1751054/ https://redqsupport.ticksy.com/ticket/1753709/

check your ticket please

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