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.

684 comments found.

If I want to show video clip (from Vimeo) in full screen, do you think I should use your modal UI?

Do you have any suggestion?

Hi,

There is no implementation in Gogo to show something in full screen or in a lightbox. You may choose to add a lightbox plugin like the one here: http://treyhuffine.com/lightbox-react/

Or make bootstrap modal kind of full screen with a few lines of css. It looks like a better way if you will not actually need a video or image gallery. Here is an example: https://www.codeply.com/go/rNFv5RJJqn

Best.

i had the source code please tell me how it will works

hi! my fiend buy me this admin panel. please tell me how it works.I am using it in my local host.

Hi,

You need to write from a purchased account to get support but you may check the docs here to get started: https://gogo-react-docs.coloredstrategies.com

Best.

I don’t suppose there is a Typescript/React version in the works?

Sorry, there is not.

Hi, I saw another user request a stepper (form wizard), I would also appreciate it if one was added, thanks.

Hi,

That is currently on our todo list. We are currently working on rtl and after it is done in couple of days we will implement a wizard.

Thanks.

Hi,

We have completed implementation of the wizard with some other pages. Might be late for your current project but just wanted to let you know.

Cheers.

Hey, I was wondering what were the commands to deploy Gogo React to a production server?

Thanks

Hi, We have never used commands. We create prod build and do the rest manually. Sorry not being able to provide any help. Best.

May I allow to take look at your service’s code in https://api.coloredstrategies.com/cakes/paging ?

That’s good then, and thanks for your kind words. I hope you consider giving the item a positive review :)

Cheers.

Just left 5 stars and short review for your theme :).

Oh one thing, I love the way codebase was changed in 4.0.0 especially routing code adjusting and redux code improvement.

Anyway, I change your redux design, which separating saga, action, and reducer, into one file using the code pattern called “Ducks”.

I’m sick of navigating three or more files every time I have to handle the logic behind state management code.

Thanks for the review, we really appreciate it.

And I am glad you have noticed and liked code cleanups and improvements.

You are totally right about Redux architecture. It is not practical. The reason we keep it this way is mostly for better understanding and documenting. We have to think for beginner level redux users and keeping the files separated makes the code easier to comprehend. We will probably implement more robust design like the one you have done with next updates as a separate project.

Cheers.

Hello. How do I disable the second level menu? I don’t need it on my app. It’s currently empty but it takes up space and is triggered by the menu collapse bar.

Hi,

Please reach us from a purchased acount to get support.

Best.

I wish to change the style of NavItem in Gogo a little bit (by make it’s rectangle and show the outline around item when it’s inactive)

which css class in wich file that I should look into?

I just discovered its. The style stayed in _gogo.style.scss at .nav-pills .nav-link {...

I’m done now.

Hi,

Can you send me de CRA Version? I need it to start my new project this weekend.

Cheers

Hi,

It’s online, when you download you will get CRA version.

Cheers.

Nice!

Thanks

You’re welcome :)

Why ‘blank-page.js’ can collapse left-hand side menu automatically while other pages such as dashboard/index.js can’t.

When I look into black-page.js, I can’t notice any clue.

Hi,

That is done by Sidebar and does not relate to page itself. If current main menu item does not have any sub items, it auto hides sub menu to prevent showing an empty one. Since dashboard has sub items, it shows them.

You may change menu type to hide sub menu at every menu item and make this the default behavior by setting “defaultMenuType” variable to “menu-sub-hidden” at src/constant/defaultValues.

Cheers.

Thank you so much.

Happy to help :)

What happened to the landing page? Can I get that? I think it was removed in version 3.0.

Just answered your email.

Hello, the template has the English and Spanish language, I can translate it into Portuguese BR?

Hi,

We have implemented two languages for proof of concept and currently don’t require another language.

Cheers.

Why the folder name that begin smal cap but when you import in some class the name was begin with big cap instead?

For example, when you import redux/store you used the following statement;

import { configureStore } from “Redux/store”;

What is the mechanism behind this? Can I change the import statement to import { configureStore } from “redux/store”; to sync with the real name? What is the purpose of this?

Hi,

That is kind of a shortcut called alias. You may also choose to use full path at imports, outcome will be the same.

These definations are located at “webpack/base.js” file. alias: { Components: path.resolve(__dirname, '../src/components/'), Containers: path.resolve(__dirname, '../src/containers/'), Assets: path.resolve(__dirname, '../src/assets/'), Util: path.resolve(__dirname, '../src/util/'), Routes: path.resolve(__dirname, '../src/routes/'), Constants: path.resolve(__dirname, '../src/constants/'), Redux: path.resolve(__dirname, '../src/redux/'), Data: path.resolve(__dirname, '../src/data/') }

Cheers.

Thank you

Hello author, I am using gogo’s component react-table to display my page flip list. But I don’t know why the list shows no information when the component `page={current_page}`, but in the `data` array, I am sure there is a piece of data. https://upload-images.jianshu.io/upload_images/18113839-88c4024b3fdf03a4.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240

Hi,

The image you have sent looks alright and can’t think of anything might causing this. Do you have any errors at the console? You may also check current_page, per_page, data and etc. by logging them on console.

Cheers.

Do you have ‘stepper’ component that compatible with Gogo? The good enough one in my perspective is from Material UI https://material-ui.com/components/steppers/. But if I use that, I have to install all of material ui to my project, which is overkill and destroy my intention bought Gogo theme.

I want to strick with layout and design you provide me but want to add stepper to my project.

You are right about the overkill and that is the reason why we have not included any major library other than Bootstrap.

There is no stepper implementation currently but it is on our development list. We will start working on it with some other upgrades after current cra update. I can not provide a certain ETA but i can say it will be available evantually.

Best.

Thank you so much.

The ‘light-weightness’ of your theme is the main reason for me to choose yours. The second reason is the fineness of layout and component.

Great jobs.

Thank you, I hope that you enjoy working with it :)

When I navigate to Gogo-React or Gogo-React-Start and run ‘npm install’, it show me the following error:

====================================== internal/modules/cjs/loader.js:584 throw err; ^

Error: Cannot find module ’../lib/utils/unsupported.js’ at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15) at Function.Module._load (internal/modules/cjs/loader.js:508:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at /usr/local/lib/node_modules/npm/bin/npm-cli.js:19:21 at Object.<anonymous> (/usr/local/lib/node_modules/npm/bin/npm-cli.js:152:3) at Module._compile (internal/modules/cjs/loader.js:701:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10) at Module.load (internal/modules/cjs/loader.js:600:32) at tryModuleLoad (internal/modules/cjs/loader.js:539:12)

I try to run this command for all of the three projects with the same error result. What’s wrong?

It’s just my node installation problem, after I reinstall node, the problem gone.

Hi,

It looks like an error with node installation. Please try uninstalling and reinstalling node and please use v10.x recommended version.

Here is the stackoverflow page: https://stackoverflow.com/questions/49684857/after-npm-install-getting-error-cannot-find-module-lib-utils-unsupported/53766347

Let us know if this does not solve the problem.

Cheers.

Oh okay then, please ignore my previous answer :)

hi, i cant use this template the system show me the next error:

Failed to compile.

multi ./src/index.js Module not found: Error: Can’t resolve ‘babel-loader’ in ’/Users/maclars/Documents/Proyectos/conimagen’

Hi,

Here are some possible fixes:

- If you are on a Mac or Linux system, there is a chance that you might have skipped copying ”.babelrc” file at the project root since those systems auto hides files which start with a dot. If this is the case, please try running the project directly from the downloaded folder.

- Your Node version might be the lates one. If you have set up version 12.x that might be the problem. Please try it with v10.x LTS.

Please let us know if none of the above works for you.

Cheers.

Hey! I’ve just installed the React Admin, after running npm install && npm start I got this error

Failed to compile.

./src/App.js Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /Users/wender/Projects/orcamentobox.com/src/App.js: Unexpected token (11:1) > 11 | <Provider store={configureStore()}> | ^ 12 | <Router> 13 | <Switch> 14 | <Route path=”/” component={App} />

9 | 
10 | const MainApp = () => (

I don’t see anything wrong, is it missing any dependency?

Hi,

There should be a ”.babelrc” file at the root of the project. It might be missing if you have copied contents of the project and using linux or Mac os. These systems auto hides files which start with a dot.

If this is not the issue, please let us know.

Cheers.

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