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.
here is an example: https://preview.pro.ant.design/form/step-form
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 ?
Hello,
Where is the Hotel Client? I’d sent mail but you haven’t written anything yet.
hi, We had to split the hotel from isomorphic. we had no intention to separate hotel client until Envato informed us about their policy for admin template . we are going to release a new version of hotel template soon. if you want you can get the access to our new hotel client github repo but yeah this process have to be done via our support site so that we can keep the track of all the user who will get access to our hotel template.
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.
Hi Can you please open a support ticket with your git id so that we can grant you with access.
I already submitted a ticket (two days ago) with my git id. Please check it out ASAP. Thanks.
replied
Still haven’t gotten access to the repo. Please check your tickets.
access given
thanks, but the repo doesn’t include the latest changes (the ones made in January, 2020. Where can I find those changes?
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?
Hello futuregerald,
Thanks for bringing up these question. We wanted to share our views with our customer regarding monorepo structure.
Most of our customer complaining about monorepo because it’s maybe new to them or don’t know the benefits of a monorepo structure.
Monorepo structure is most useful for project where you will have lots of third party integration, different modules, code component sharing, using different package/library version etc. We are building Dashboard application for ages now and what we find most difficult part in a dashboard application is not building or completing it but rather maintaining the application after you have built it.
You will have lots of new requirement, new feature, new integration, changes needed to be made in the core, need to update a library etc. It’s not like you can’t do this thing in a non monorepo structure but rather whether you want to take the risk of breaking your whole application or investing time to to find what’s causing the issue, there are many more issue will will face along the way once you build your admin dashboard app.
We find it absolutely great what monorepo structure offers for a Admin Dashboard app. It helps you to build manageable, scalable, maintainable product in a fastest way possible with a little cost of initial learning time which we find really easy for a developer who have already worked on a basic react redux project.
So, you can see why we have moved to monorepo structure and asking our user to do the same. Also, if you don’t want to use monorepo structure and want to quickly build a dashboard app with react, redux/hook structure. we have also added a dedicated app for that as well.
One thing i like to add here is building a simple dashboard app with next js won’t give you any extra benefits as you user will mostly access your app after login and you won’t need server side rendering for a logged in user but yeah if you have extensive views for logout user then you can choose next.js and this also the place where monorepo structure comes into play. you build your dashboard using basic react, redux/hook and your build your public pages with next.js and you can maintain it within a single application.
Isomorphic – will give you lots of flexibility, you can complete and maintain it like a real large scale project. you can also build minimalistic project with it.
Hope my answers will make sense to our customer why we have chosen Isomorphic.
if you need any other information, feel free to drop some line in our support or in our official mail address.
Thanks Redqteam
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.