Discussion on Fuse React - NextJS & Vite Admin Dashboard Template

Discussion on Fuse React - NextJS & Vite Admin Dashboard Template

Cart 11,187 sales
Well Documented

withinpixels supports this item

Supported

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

453 comments found.

wrong “Fuse”. Delete please.

Will there be an example how to setup with Typescript? Thanks

Hi,

We do not support typescript but you can run with it. We are using Facebook’s create-react-app, there are guides to migrate typescript.

Best regards.

Is it build on react 17? or which version is used?

Hi, Its react 17.02 now, we are constantly updating the stable releases. Best regards.

firebase is not working on skeleton, event the firebase is not initializing.

Hi, please open support request at support.withinpixels.com

Hi. I purchased Fuse to learn React. I have everything installed, and the site is running. I don’t know how to add any of the beautiful elements/components on to the demo page. I haven’t seen any videos that show working with themes to do this. Can you provide a video, or at least point out a video that shows how this is done. thanks

Hi, We are using Facebook’s create-react-app as generator. So there is no difference to use any react component in the fuse-react.

You can open support ticket if you have any questions at support.withinpixels.com

Best regards.

Dear Author, I just purchased the this theme, Kindly send me the documentation and installation guide on my WhatsApp no +91-7999452711 or email- dollorinfotech@gmail.com

I was hoping this included the HTML version, but it doesn’t. Is that EASY to do??

Hi, It’s react so there is no html template files. Its not an easy task to convert html, we do not recommend. Best regards.

Are there any support services provided? Three days have passed and I haven’t received any reply Ticket#4096

Hi, the question is answered.

Usually all tickets is answered in 2 business days.

Best regards.

Hi, I cannot open a ticket because it says it cannot verify my purchase code. What should i do ?

hello ?

Hi,

Could you try login with Envato login button.

If the issue is not resolved please contact with the form that in the profile page.

Best regards.

Hello, i am wandering if this product provides us all the source code of the project. so we can configure or edit the components.

Hi,

of course youl will have all source codes.

Best regards.

Under “Files Included” you have “HTML Files” listed. Can you please confirm that a STATIC version of the template IS in fact INCLUDED in the package? Thanks!

Anyone??

Hi, It’s SPA react template so there is no static version in it. Only html file is public/index.html

Please consider other templates.

Best regards.

AH, ok, it sounded like a complete static version is INCLUDED in the package.

We are converting everything to React, BUT need to be able to implement it all STATIC FIRST.

I will look elsewhere, thanks.

Thanks.

Does this theme provides a data export/import option ?

Hi, Sorry i can’t understand what you mean.

Data export to csv, pdf etc from listing pages available? For eg. from user listing page can i export users to csv/pdf

Hi,

I noticed that we still navigate even the token was expired, we don’t know that token was expired until we refresh the App, how can we refresh token during navigation in the App?

Thanks

Hi,

You should check token expiry on every request from api, if it is expired you should return status 401

without an api call, the app cannot know token expiry.

You can check with an interval but there is no need.

For future questions, please open support ticket at support.withonpixels.com

Best regards.

Hi, I’m wondering how the styles are applied. Does this template use JSS (the Material UI version 4 way), styles-components, or something else? Also, I would like to confirm, has it been fully migrated to Material UI version 5?

Hi,

Fuse-react is fully migrated to material-ui v5, and it’s using emotion(based on mui) by default.

Best regards.

Hi. Great work on the template. Kudos.

I have one question.

Does the Academy app include an add/edit course feature as well or

do I need to build it from the components separately? I couldn’t find it in the demo.

Hi,

The Academy app has no add, edit feature, its just showing the courses to users.

BEst regards.

This admin works to join with my Laravel App???

Hi, Fuse react developed as SPA, cannot be used whitin Laravel. You can create the api with Laravel and connect with fuse-react.

Best regards.

there is any version withoout react or angular? only html ?

Hi,, unfortunately, there is no html version.

Thanks for your interest.

In the following files and lines, you declare some variable/const values but don’t use them. Should I remove them in all instances?

/src/@fuse/core/FuseNavigation/vertical/types/FuseNavVerticalGroup.js Line 27:8: ‘dispatch’ is assigned a value but never used no-unused-vars Line 30:8: ‘mdDown’ is assigned a value but never used no-unused-vars

./src/@fuse/core/FuseNavigation/vertical/FuseNavVerticalLayout2.js Line 29:22: ‘layout’ is assigned a value but never used no-unused-vars Line 30:8: ‘theme’ is assigned a value but never used no-unused-vars

./src/app/fuse-layouts/shared-components/notificationPanel/NotificationPanel.js Line 34:7: ‘removeDisplayed’ is assigned a value but never used no-unused-vars

./src/@fuse/core/FuseNavigation/vertical/FuseNavVerticalLayout1.js Line 36:22: ‘layout’ is assigned a value but never used no-unused-vars Line 37:8: ‘dispatch’ is assigned a value but never used no-unused-vars

./src/@fuse/core/FuseNavigation/horizontal/FuseNavHorizontalLayout1.js Line 37:22: ‘layout’ is assigned a value but never used no-unused-vars

./src/app/fuse-layouts/layout1/components/ToolbarLayout1.js Line 3:8: ‘FuseShortcuts’ is defined but never used no-unused-vars

./src/app/fuse-layouts/layout2/components/NavbarWrapperLayout2.js Line 3:8: ‘Paper’ is defined but never used no-unused-vars

./src/@fuse/core/FuseNavigation/vertical/types/FuseNavVerticalLink.js Line 42:8: ‘dispatch’ is assigned a value but never used no-unused-vars

./src/app/fuse-layouts/layout1/components/navbar/style-1/NavbarStyle1Content.js Line 42:8: ‘theme’ is assigned a value but never used no-unused-vars

./src/app/fuse-layouts/layout1/components/navbar/style-2/NavbarStyle2Content.js Line 42:8: ‘theme’ is assigned a value but never used no-unused-vars

./src/@fuse/core/FuseNavigation/vertical/types/FuseNavVerticalItem.js Line 49:8: ‘dispatch’ is assigned a value but never used no-unused-vars

./src/app/fuse-layouts/shared-components/NavbarToggleFab.js Line 4:8: ‘IconButton’ is defined but never used no-unused-vars

./src/@fuse/core/FuseNavigation/FuseNavigation.js Line 57:8: ‘classes’ is assigned a value but never used no-unused-vars

./src/@fuse/core/KoboNavigation/vertical/types/FuseNavVerticalTab.js Line 64:8: ‘dispatch’ is assigned a value but never used no-unused-vars Line 65:8: ‘location’ is assigned a value but never used no-unused-vars

Hi, make sure all dotted files in place (.eslintrc, .estlintignore etc) then restart the server.

For your questions, please open support request at support.withinpixels.com

Best regards.

I know how to handle eslint. I just need a yes or no answer to my question. I don’t think there is any need to open support ticket. I am just wondering if a variable or const value won’t be used, why do you declare it? And there are multiple instances of such.

Most of the erors resolved on the dev branch with better eslint config and will be available on the next release.

I can give you an example:

const useStyles = makeStyles((theme) => ({

we declare the the theme value to show developer that it can be used while given styles.

Please open support ticket at support.withinpixels.com

Best regards.

Hello we have bought this a long time ago and finally have a purpose for it but when we do yarn start we get a whole list of : src/app/main/documentation/third-party-components/react-apexcharts/ReactApexchartsDoc.js Line 7:1: Definition for rule ‘import/no-webpack-loader-syntax’ was not found import/no-webpack-loader-syntax Line 8:1: Definition for rule ‘import/extensions’ was not found

is there a easy fix

Make sure, .estlinrc and .estlintignore files in place. If not add all dotted files and remove node_modules and try again running yarn && yarn satrt . This issue is not common and not reported before probably related with your environment, i can’t help you without reproducing the issue.

I think i found it on every error page afther yarn start i see:

/* eslint import/no-webpack-loader-syntax: off / / eslint import/extensions: off */

So i have to go to every page and delete that and add // eslint-disable-next-line

thats a lot of work :)

when i remove it without // eslint-disable-next-line it also work

Perfect template to kick start a project. Great support and documentation.

Thank you for your kind words!

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