Discussion on Fuse React - NextJS & Vite Admin Dashboard Template

Discussion on Fuse React - NextJS & Vite Admin Dashboard Template

Cart 11,189 sales
Well Documented

withinpixels supports this item

Supported

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

453 comments found.

Hi,

In the demo you was included login with facebook.

but, when I try in local, that is missing dialog when i click Login with Auth0.

how I can see the code to login with facebook?

Hi,

You need to enable connections on auth0 dashboard and config with your credentials.

Checkout: https://auth0.com/docs/connections

Please open support requests at support.withinpixels.com

Best regards.

Hi, I have bough your product and would like access git repo. Which registration code should I use to get invite?

Hi,

Fill the form at http://support.withinpixels.com/github and check your email.

Kind regards.

I do not see any example of forms like you have in the Angular version…

Hi,

We don’t have purpose to match angular and react versions completely, they are using different libraries thus they won’t be completely same.

There is example usage for Formsy at: http://react-material.fusetheme.com/documentation/third-party-components/formsy and at login/register http://react-material.fusetheme.com/login there is simple useForm examples at auth pages, for example: http://react-material.fusetheme.com/pages/auth/login and also you can find example usages at apps, for example Contacts App Contact form dialog: http://react-material.fusetheme.com/apps/contacts/all

Best regards.

What about “notifications”? I saw that is possible to enable them, but I don’t see any kind of example in the base template. I have to handle push notification. THank you

Hi,

We are using create-react-app as generator, Checkout the comment for sample usage: https://github.com/facebook/create-react-app/issues/4995#issuecomment-433049154

For your support requests, please open support ticket at support.withinpixels.com

Best regards.

Hi, is there a way to get the Bootstrap 4 version instead of Material UI ? How much effort is it to change it to Bootstrap instead? thanks!

Hi,

There is no bootstrap version for Fuse React. I don’t recommend trying to change to bootstrap, definitely it will waste your time.

Best regards.

Bought React version by mistake, is it possible to change to Angular+HTML version and download it?

From @fuse folder some components are using app/auth/store which won’t let me move to GraphQL / Apollo Client. Is there any plans to change architecture so I can implement my own state management. Apollo Client is already working with react hooks and to me it’s way more easy to read and write code with hooks. So is there any plans to change the architecture?

Hi,

We don’t have plan to change our folder structure.

Best regards.

I am using the fuse react demo and there is an issue with snackbars. they show hidden behind stuff. i tried both chrome and safari. the angular demo works.

Hi,

Please open support request at support.withinpixels.com

Best regards.

how to hide setting theme in fuse

Hi,

Please open support request at support.withinpixels.com

Best regards.

version”: “3.2.0” – FuseChipSelect.js line 4 import CreatableSelect from ‘react-select/creatable’; ? Anyway, it is a huge theme.

Hi,

react-select updated to v3.0.4 on the Fuse React v3.2.0 so the import path has been changed. Please open support ticket for the issues at support.withinpixels.com

Best regards.

Hi author, I really stress now. I tried to find out the problem when start everything is good, but whenever I build, the css always miss a lot of class. I don’t know why. I just did everything as your documents. Namely tailwind.css file, it will be different between build and start.

Hi,

The question was answered via support system. The reason is the mis-configuration of the purge-css on your project.

Please do not ask support questions on comment area.

Best regards.

Hi! this template look so great!, This work on VueJS (Nuxt) or Gabtsy (REACT) thanks!

Hi,

This is react template which uses create-react-app as generator (not gatsby).

Best regards.

Hi, If I want to build a paying Saas application , will I have to buy 1 licence by saas user ? Best regards.

Hi, You’ll require an extended license if it is not on-demand products/services (e.g. “made to order” or “create your own” apps and sites). Checkout the licence details at: https://themeforest.net/licenses/standard

Best regards.

This admin files is in .TSX ? actually i want in .TSX,

No the template is not written with typescript. Best regards.

There is a css issue on the production build, will be fixed on next release. Thanks for informing us.

Hello, My company has bought your theme. this is pretty good. I have a question but I dont know is it about your theme or about React Web?

We did write “yarn run build” in terminal then copy in build folder things to paste server side. all fine on domain but we want to move inside a folder. like domain.com/AdminPanel What can I do for working whell?

For the ChipSelect, is it possible to make it similar to this “Select Multiple” http://wieldy.g-axon.work/components/dataEntry/select where user can select multiple chip without closing the dropdown list?

Hi,

You can try closeMenuOnSelect prop for react-select(https://react-select.com/props).

react-select usage on fuse react: http://react-material.fusetheme.com/documentation/material-ui-components/autocomplete

Please open ticket for support requests.

Best regards.

I can’t find where the charts are for the analytics page in the code? Are the charts and analytics pages custom or can I find these elements / code somewhere?

Hi,

Its all in the widgets, checkout in src/app/main/apps/dashboards/analytics/widgets

Please make sure you unzipped Fuse-React-v3.0.0-demo not Fuse-React-v3.0.0-skeleton.

Please open ticket for your support requests at support.withinpixels.com

Best regards.

Hey, when I try to use “useDispatch” and “useSelector” from react-redux, just like the demo: import {useDispatch, useSelector} from 'react-redux';

I got an error in compilation: Attempted import error: ‘UseDispatch’ is not exported from ‘react-redux’

what am I doing wrong?

I checked and I had a lower version so I downloaded the newer version but now the trouble is another:

In a clean project, when I try to do “yarn start” for the first time, i got this:

events.js:170
      throw er; // Unhandled 'error' event
      ^

Error: spawn cmd.exe ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:247:19)
    at onErrorNT (internal/child_process.js:429:16)
    at processTicksAndRejections (internal/process/task_queues.js:81:17)
Emitted 'error' event at:
    at Process.ChildProcess._handle.onexit (internal/child_process.js:253:12)
    at onErrorNT (internal/child_process.js:429:16)
    at processTicksAndRejections (internal/process/task_queues.js:81:17)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

why is that happening?

Hi, Please open support ticket at support.withinpixels.com

Best regards.

Hi,

In your Angular version of Fuse I see nice floating labels in the Forms. But in React, I do not see any forms. I would like to learn React, and I guess those would be very helpful. Are you planning to include forms in the React version of Fuse?

Thanks :)

Hi, Fuse React uses material-ui as ui library there are usage example in the demo checkout: http://react-material.fusetheme.com/documentation/material-ui-components/text-fields and also from: http://react-material.fusetheme.com/documentation/third-party-components/formsy

Best regards.

Ah, okay, that is good to see! Any searchable select (like Select2)?

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