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 have posted a support request on your support site a couple of days ago. When will you reply?

replied

Hi, I purchased a licence long time ago. Any docs to customize some component in template ? Plz help me

Hello,

Please check our documentation from here, https://redq.gitbooks.io/isomorphic/content/

If you need any further help, feel free to submit a ticket to our support site from here https://redqsupport.ticksy.com/ Thanks Redqteam

Hello, I would like to buy this product and I want to know with certainty what knowledge I must have to be able to make it work with Firebase, for now I use very little Firebase and a little javascript.

Could you honestly confirm what the basics are to connect this to a backend in Firebase and make it all work with real data and information.

What basic technical knowledge do I need to have to make this work?

Hello joseponceleon,

Thanks for your query,

This is client side implementation with React.js, we do provided example for firebase integration in apps like Firebase crud.

but if you are looking to create a dashboard and use firebase as backend then you will have do your own backend implementation and you can use our template view in different part of your app. some of our user already used Firebase backend to connect with our template.

Thanks Redqteam

Hello. I purchased a licence long time ago. My question is, if I dowlonad it today will it include all the new features or do I need to renew? Also does the Sketch includes all the designs or some of them?

Yes if you download now you will get all the new feature. Some Sketch design might be missing.

Thank you for your answer. The thing is that in the Sketch folder I only see 5 pages and a page named symbols. No buttons/tabs/chat/tables etc.. Why is that?

because we are using ant design as component library, you can find them from here https://ant.design/components/

Hello! We have purchased template ‘Isomorphic – React Redux Admin Dashboard’ but we need full .sketch file of the template (or Adobe XD). Not only 5 pages in it. It is necessary for future prototyping and developing.

For example, we don’t have Scrum Board pages in .sketch file.

Purchase Date: 2018-09-18 07:31:52 UTC Do you have it?

please submit a ticket to our support site our support team will assist you as soon as they can, thanks

But I cannot submit a ticket because Purchase Code is expired. My question is do you have a full .sketch (maybe Adobe XD) file of your template? Not only 5 pages.

we don’t have full sketch file, our designer did one those pages.

Hello, I was wondering if the theme is WCAG compatible? if not, do you plan it to do it or how long might take?

Thanks.

We have used Create React App and Ant Design. if you are asking about WCAG code been followed into the template then it’s not yet compatible but if anyone wiling to provide a pr in our private git repo we will surely going to look into it.

Do you have plans to add a form wizard feature?

Hi Can you please explain what you meant by form wizard, If possible please provide us with some screenshot.

currently we don’t have any plans for this but we will surely look into it, thanks

I was trying to deploy boilerplate app as a client package in express application deployed in virtual subdir on IIS. Here’s the setup that finally worked for me (so far). Please, let me know if there are better solutions and whether there may be unexpected problems further down the road Folder structure:

<IIS default-web-site-root>

—<my_project_dir>

--app.js (Express app)

<client_subdir>

—<isomorphic boilerplate build contents>

The following configuration was applied:

1) URL Rewrite inbound rule was created to proxy requests from <IIS host>/<my_project_dir> to <IIS host>:5000 (where Express app was running)

2) Express app.js has a default route rule to serve client/index.html (iso boilerplate entrypoint)

3) iso boilerplate was rebuilt with the following changes: a) LANDING value in route file was changed from ’/’ to ’/<my_project_dir>’ b) “homepage” ”/<my_project_dir>” was added to package.json

Hi Can you please open a support ticket with relevant screenshots.

Is there step by step to custome & using this template please. Because I have API that I want to consume by this template.

Hello heruokt,

Isomorphic is a standard React Admin Template built with React, Redux. Redux Saga.

so, you will need to have the basic idea how to work with react, redux and redux saga in order to work with this template otherwise you can check their official docs to know how to work with these tech, how the data flow works from a react component to redux or vice versa, where to call your api in redux saga etc.

Thanks

can you give me URL to step by step earning about it ?

you will have to look for it in the google for step by step learning resource, here are the official docs of react and redux, https://reactjs.org/ https://redux.js.org/ https://redux-saga.js.org/docs/introduction/BeginnerTutorial.html

Hello,

Where is the Hotel Client? I’d sent mail but you haven’t written anything yet.

Can you give me access for that repo?

please submit a support ticket with your github username

OK, I’ve submitted, Thanks.

Hello, can you give me access to the Git? I want to see the changes you made that fixed the window resizing hanging the browser’s tab.

you can find the latest changes from our latest version available on themeforest

why don’t you provide access of it in github? that’s what we need

we are working on it

Hello, I have a core php script, would it be possible to integrate it with this?

Also the chat on your demo just hangs on the spinner https://isomorphic.redq.io/dashboard/chat

if your php scrip offer rest api and you can use that api into our dashboard.

check the chat now, its working fine

What happend to the Hotel Package?

According to the envato policy it’s not allowed to provide both admin and client version in a single item as it’s unfair to other authors. so, envato informed us that we need to remove hotel client from isomorphic and release a separate version of it.

ooh its a shame, ok i understand, one faver? can i get the repo of this, i started to worked from there and i don have any reference to keep working, please

sorry, we don’t have repo for the hotel version at that moment. you can send us a mail here redq.team@gmail.com

If changing the browser window size, useWindowSize() hook will make my computer browser hang.

we will push the update soon, already provided a solution in your ticket

Pre-Sales : I was about to purchase this but I read some complaints about your monorepo. My plan is to use this with next.js. Is it still difficult to do so?

I understand the benefits of a monorepo and it certainly works for some times successfully. I don’t care if you want to use it but it’s not how I want to structure this specific app. I don’t have multiple frontends sharing libraries and this actually makes it more complicated. What I want is just a next.js app that’s using your components. the site is doing more than just be an admin UI and having the option of prerendering with next is something I really want to do, it’s why I purchased your theme. However right now it’s broken and not working without the monorepo.

Understand that the way you structured this repo is setup as if I want to have all of the other versions of the app in the same repo. I don’t need them. I just need a next.js app. I don’t need CRA or any of your other boiler plates. I just need the next.js boilerplate to work and using the webpack aliases via next.config.js doesn’t seem to work properly for me. The fact that I have to go through this is kind of ridiculous.

Also, I understand the benefits of static/SSR/etc. I’ve been building jamstack sites for 5 years and doing talks on jamstack, serverless, prebuilding your apps, etc. I was hoping this theme would be a fastway for me to bootstrap a new app idea I had but find the forced monorepo to be rather annoying.

it’s possible to use isomorphic next app without monorepo, we will send you the steps you need to follow for this in your ticket soon.

I want to implement a UI with drag drop element like nested to do list. Can you give me a solution and the name of 3rd party assets i can do?

As i know, the plugin Kendo React Pdf is a part of KendoReact – a commercial UI library. I wonder if I use it then i have the license or this is a free trial?

for technical help please submit a support ticket

Hi, I have a problem when i yarn start:all. i got this error message.

./src/container/Agent/AccountSettings/AgentAccountSettingsPage.js Module not found: Can’t resolve ’@isomorphic/shared/hotel/assets/images/profileImage.jpg’ in ’/Users/xiedongying/lndata/Isomorphic – React Redux Admin Dashboard/isomorphic/packages/hotel/src/container/Agent/AccountSettings’

please submit a support ticket

need to know before buy… How long i can download after purchase. whether need to buy for each release or update? please inform…..

You will be able to download the item forever. But if you want to use it for multiple sites then please buy an extended license.

Day 3

Failed to compile

./src/containers/Topbar/Topbar.js
Cannot find file: 'TopbarAddToCart.js' does not match the corresponding name on disk: '.\src\containers\Topbar\topbarAddtoCart.js'.

Failed to compile

./src/container/Agent/AccountSettings/AgentAccountSettingsPage.js
Module not found: Can't resolve '@isomorphic/shared/hotel/assets/images/profileImage.jpg' in 'D:\laragon\www-experiments\isomorphic-release\packages\hotel\src\container\Agent\AccountSettings'

Nevermind, I found the bug, I’m not sure how I feel about this purchase.

due to the some vacation there may be some delay in reponse with your ticket but we are glad that you have fixed your issue. feel free to drop some line in our support site if you got anything new.

I did not see any document to create/use project using Django/Flask ? Will you please share how i can install and setup a boiler plate for Django?

Hi Please follow the response on your support ticket.

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