Discussion on Gogo - Vite React Admin Dashboard (React 19)

Discussion on Gogo - Vite React Admin Dashboard (React 19)

Cart 3,527 sales
Recently Updated
Well Documented

ColoredStrategies supports this item

Supported

This author's response time can be up to 5 business days.

685 comments found.

Hello, there is no error message in the input input box, whether this will be added to this template.

That is great, thank you for taking time and sharing your solution.

Regards.

Hello, I want to access this component of the chat room. Is it possible to recommend a websocket package in npm.

Hi,

We have not actually implemented a chat room and can not suggest a direction. Created the interface since everybody was doing so:)

Regards.

Hello,

First of all thank you for this beautiful project.

I want to add a menu item without a submenu. When I clicked this menu the first time, it works correctly and the submenu page does not open. After clicking on a menu with a sub-menu, an empty sub-menu page opens when I click the menu without a sub-menu. Can you help with this?

Thanks.

Hi,

Thanks for your nice comment, hope you keep enjoying our theme.

As for the question, please drop us a line at support@crealeaf.com so we can send you an example project with a menu containing a main menu item without sub items.

Regards.

Simply beautiful! Do you have (and share) the design files?

Hi,

Thanks for your nice comment.

We used Photoshop only to design some of the pages to create the concept and decided not to include them since people might expect psd file for every page.

Regards.

How to combine line and bar chart into a mix chart? i try using chartjs

Charts are made with help from two files. One is as you have noticed constants/chartConfig file which contains theme and data of the chart. Other file is components/Charts/index.js and this file contains custom plugins and new chart types which created by extending default charts.

We have checked other libraries as you have mentioned and decided that the most complete and future rich one is Chart.js. We also needed a library to support shadows and opacity. Chart.js is canvas based and has everything we need so we did not want to include any other library.

Regards.

Can i know how to make the progress bar vertical as now all are horizontal type?

Hi,

The progress bars we used are Reactstrap’s and both Reactstrap and Bootstrap does not support vertical bars so we can not suggest anything at this point. You should find an online library or implement your own solution.

Regards.

I can’t see a demo unless I register? Is this for real? :S

Ofcourse not, just click the login please. Regards.

Hey, This looks good there but I am having trouble with ‘side nav menu’ documentation. It confused me.

I am trying to create a parent menu item named ‘business leads’ which is directly clickable (no sub menu) and I want to display ‘forms’ page given by you (which is under ui/forms). I followed your documentation but its throwing 404 error. I tried copy pasting and creating folders, updating switch under index.js does not work.

Here are my 2 quick questions/requirements: 1. Can you guide me in creating a main parent menu item ‘business leads’ and when I click on it it should go to ‘forms’ page. Can you let me know steps to add code and what folder I need to copy paste.

2. Repeat the same requirement but this time ‘forms’ will be displayed after I clieck on a sub-menu item ‘business leads sub-menu’. What’s the code for this and what do I need to copy paste or create folders for this?

I really hope your documentation would have been clear but I am sorry it is incomplete.

Thanks

Hi,

You are right, it is a little confusing since main menu, sub menu, menu labels, routing and creating the page is all related to each other. An error with one of them can result with 404. Main project menu is also kind of crowded.

Here is what i understand from your requirements:

Main-Menu-1 => Goes to a page(Lets say Test Page)
Main-Menu-2
Sub-Menu-2-1 => Goes to same Test Page

If above assumption is correct, please drop a line to support@crealeaf.com so we can configure the starter project with these menu items and send it to you.

Regards.

Hi,

There was a problem with my example since menu can not set active class correctly when there are two same pages. Here is what we will send:

Main-Menu-1 => Goes to a page(Lets say Test Page)
Main-Menu-2
Sub-Menu-2-1 => Goes to another Test Page

Regards.

Hi,
Do you plan to release an Angular version of this beautiful theme?

Hi,

Thank you for your interest and kind words. We are currently working on a Vue version and after that we will focus on Angular.

Regards

Hello,

It’s been a while but just wanted to let you know that Angular version of the template is finally available.
https://themeforest.net/item/vien-angular-admin-template/25817698

Cheers.

Hi, Are you planning to provide create-react-app version of that theme?

Hi,

I think it is not quite possible at this point since the theme structure evolved differently than create-react-app.

Regards.

Hello, I saw a .elsintrc file in the project documentation but it didnt come with the download. can I have the copy of the .eslintrc that comes with the project?

Thanks in advance

Hi,

We have not configured Eslint since it sometimes get problematic with Visual Studio Code but here is the content of the file:

{
   "extends": "react-app",
   "rules": {
      "react/no-deprecated": 0
   }
}
Regards.

Hi, I bought this template a couple of weeks ago. I would like to recommend this template to other people. You did a good job. However, it doesn’t have any test cases. Could you add the test cases into the project? Also, can you add date into the changelog? Thank you.

Hi,

Thank you for the purchase and we are glad that you liked it so far.

As for the tests, i must admit that we are not very experienced about tdd. We also need to be carefull deciding about where to invest our time. So our current plan is to add a media library and a landing page.

You are right about the changelog, we even forgot to add the last one to the list. We will fix it asap. Here are the dates of versions.

Version 1.0.1 – September 29, 2018
Version 1.0.2 – October 8, 2018
Version 1.1.0 – October 30, 2018 (Current)

Regards.

Hello, author. I want to remove the multi-language plugin, the other files have been removed from this code, and no error is reported. When I try to modify /src/containers/TopNav/index.js to become export default connect(   mapStateToProps,   { setContainerClassnames, clickOnMobileMenu, logoutUser, changeLocale } ) (TopNav) This code is when. The program reports an error: Index.js:122 Uncaught TypeError: Cannot read property ‘messages’ of undefined     At ProxyComponent.render (VM13119 index.js:122)     At ProxyComponent.hotComponentRender (react-hot-loader.development.js:622)     At ProxyComponent.proxiedRender (react-hot-loader.development.js:637)     At finishClassComponent (react-dom.development.js:14299)     At updateClassComponent (react-dom.development.js:14262)     At beginWork (react-dom.development.js:15087)     At performUnitOfWork (react-dom.development.js:17809)     At workLoop (react-dom.development.js:17849)     At HTMLUnknownElement.callCallback (react-dom.development.js:149)     At Object.invokeGuardedCallbackDev (react-dom.development.js:199)

I am a recact beginner. Where I also quoted this code to cause an error, I used the Gogo-React-Start-With-Auth version.

Hello, I saw the react-saga middleware used in the template. I noticed that in the current demo example, axios or fixed temporary data demos are used in the ui component. Now, I want to use the reducer data in the page. How to get it

Sorry I found the solution, I think I should map the state to the current component.

Hi,

That is great, there are lots of examples in theme about Saga usage.

Regards.

Hi Team,

I want to configure login with JWT token with .NET-CORE Api. Can I just modify firebase auth login structure or should I write it from scratch.

Thank you

Hi,

We have included Firebase login, register and logout only as a starting point. If you take a look at the src/redux/auth/saga.js file, you may see it is not actually controlling user authorisation.

We are planning to add Auth0 but currently you need to make your own implementation.

Regards.

Hi, I’m getting this error starting, can you help me?

98% after emitting SizeLimitsPlugin
ERROR  Failed to compile with 1 errors                                                                                                              21:50:59
error  in ./src/index.js

Syntax Error: SyntaxError: Unexpected token (9:6) > 9 | <MainApp />, | ^ 10 | rootEl 11 | ); 12 | };

@ multi (webpack)-dev-server/client?http://localhost:3002 (webpack)/hot/dev-server.js babel-polyfill react-hot-loader/patch ./src/index.js

Hi,

Thank you for the purchase and sorry for the installation trouble.

We have experienced this problem with only one other user. We have tried to recreate the problem with different computers(mac and windows) and different node&npm versions but we could not. It seems related to Babel not understanding the React syntax but since we could not recreate it, we don’t have a solid solution. Searching for it also did not help because the problem seems 2-3 years old and most of the suggestions are already implemented in the project.

We believe that this might be computer related. Older installations or global packages can be the cause ot the problem. Please try to install it on a clean computer if you can.

That is only logical support we can provide for this problem at the moment. If you can not make it work, you may have a refund if you like.

Regards.

Hi,

One of our users had this exact problem and he managed to find the source of it.

In his case, it is about files which start with a dot being hidden by his os and failing to copy them.

In project directory there should be a ”.babelrc” and ”.eslintrc” files and the problem occurs when ”.babelrc” file is missing. Maybe you should also check it when you have time.

Regards.

Hi I really want to buy your template but I absolutely need the landing pages also. Can you promise me to send me those pages after the buy? Anyways you made a beautiful job Sincerely

Hi,

Thank you for your interest and kind words for our template.

It is in our plan to add landing pages but i am sorry that i can not let you buy it base on a promise. It is against Envato rules. It can also take longer than we think, you may not like when it is done or any other problem can occur.

Regards.

Hi,

Landing page is available if you are still interested.

You may check it under Landing Page menu item: http://gogo-react.crealeaf.com/

Regards.

Hi I wanna ask u if u can provide the RTL features on ur dashboard pls let me know as soon as possible thanks best regards ABDELHADI

Hi,

It is in our plans to add rtl support but i must say it is not currently our priority. We will need to complete media library and landing page first. Then we will work on rtl version. And i am sorry that i can not provide a timeline for this updates.

Regards.

Your website is doen “server not found” cannot really view dhe demo

Hi,

Sorry about the problem, it is something about our hosting provider. We are waiting for them to fix.

If you would like to know when it is up, we can ping you with another reply.

Regards.

Hi, I’m not able to view the documentation. This is the error that I’m getting: gogo-react-web.crealeaf.com’s server IP address could not be found.

Hi,

Thank you for your understanding and warning, it indeed looks like a problem with server. We will inform you as soon as the problem is solved.

Regards.

Hello!

I would like to change the initial route of the app, but I do not know how to do it Currently it starts at http://localhost:3001/app/gogo/start I would like it to be something like http://localhost:3001/newname

Thank you!

Hi,

Thank you for reaching out, we have forgotten adding this to documentation and now realized that we could have made it a little more dynamic. Sorry about these.

As for the solution, here is what needs to be done:

src > containers > App.js
line :45


if (location.pathname === '/'  || location.pathname==='/newname'|| location.pathname==='/newname/') {
    return (<Redirect to={defaultStartPath} />);
}
line: 57
<InitialPath
    path={`${match.url}newname`}
    authUser={user}
    component={MainRoute}
/>



And menu links should also be defined as /newname/newitem in sidebar.



If you have a problem with implementaion, please reach us so we can provide further assistance.

Regards.

Hello! First, thanks for the quick return!

I tried to implement the changes as presented, but it did not work. When I change to “newname” and start the application, it automatically directs itself to the address http://localhost:3000/error I confess that I am fairly new to react and am having difficulties that may seem silly.

I found ’/app/gogo/start’ reference also in the constants/defaultValues.js and other stuff in routes/index.js. But, i do not really know how to do it.

Anyway, if you can give me a new guide to do this, thank you.

Hi,

That is okay, we are here to help you to get started.

No worries, that is okay to see error page since application still redirects to ”/app” route and we changed it with ”/newname”. At this point you should be able to open a page with directly entering the url like: http://localhost:3002/newname/gogo/start.

If putting the url directly works, then you should change the defaultStartPath variable at defaultValues.js file as you have mentioned.

If this also goes well, then you will notice that clicking the links from the menu redirects to error page. containers/Sidebar/index.js file is where you should make the necessary changes to NavLink items.

That is basically it. If you continue to have problems please drop us a line to support@crealeaf.com so we may send you start project with changed default path.

Regards.

Survey component is firing an error at the moment when I add multiple answer options like checkbox or radio buttons for a question.

The error is: Encountered two children with the same key, `1`. Keys should be unique so that components maintain their identity across updates.

I think this error is coming from SurveyQuestionBuilder component. The same error is happening on your online demo template, just try to add multiple radio or checkbox buttons.

Hi,

Thank you for your interest in our template.

As for the question, the applications are there for a proof of concept. Their purpose is to provide a theme to work on so they are not completely functional.

The error you get is a very common React error which occures when two or more items have same id rather than unique ones.

I think it is a good starting point to take a closer look at addQuestion function in survey/details.js and addAnswer function in SurveyQuestionBuilder component. nextId is created by adding one to largest id so they are not exactly unique. As i mentioned earlier, this is only for demo purpose.

How to make them unique is all up to you. You can implement a logic for answers which uses surveyid+questionid+answerid as an id or you may check uid libraries for react at github.

Regards.

Can I use components in my existing app? Like reactstrap for example, just package without redux etc. If yes – can you provide guide?

Hi,

Menu, authorization and applications require redux.

To use other components and libraries, it is required to include our sass files and add packages. That is all.

If you decide to use our template we can of course lend a hand when you have a problem.

Regards.

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