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 there! I purchased the React Theme Template about a week ago and it looks great but I can’t quite figure out how to create my own project using parts of it.

I went through the documentation a couple of times .. and I have some react experience.

For example, I want to create a project that has just some of the pages .. the Register pages, Calendar, Email … how do I do that so it’s clean. Is the only option to just start with Fuse Demo and delete everything? This seems messy.

The other option is to create a new app (with Create React App) and just add what’s needed .. this scenario I like best but how do I add what I need? Do I just copy to the project the base folder (from Fuse Demo) of a page (the Login page, for example)? And if I don’t need multiple layouts of the page, just delete them? And what about some dependencies that the pages might have?

Also, it’s cool that I can choose different themes by clicking on that rotating wheel, but what if I need one theme hard coded?

At the moment it seems like if I go the “delete the pages I don’t need” path, I’ll end up with a lot of mess that’s not used (import lines, for example).

As I mentioned, I went already through the documentation a couple of times, but there’s not really an example of how to form a project cleanly from the big list of apps, pages, components you guys offer.

My understanding before purchasing was that it would be somehow similar to working with Material UI where you search a component you like (a Card, for example) then simply copy the code you need, paste it in a file and import the component.

Thank you for your understanding .. any help would be appreciated.

Hi I ve checked,

We had answered your question a day after the creation of the ticket,

Could you check again at support.withinpixles.com please.

Thanks! My bad then .. I was simply checking my email inbox .. I though I’d get the reply there.

Hi,

When I deploy the build on apache server, whenever I reload the page on browser or try to access a particular path from address bar, it gives ‘404 Not Found’.

I created the build using the following command:

yarn run build

Thanks for the help!

Hi thanks for the reply. Unfortunately my support period has ended last month and I was not able to post this issue earlier. It would be a great help if you can help on this.

Works! Thanks!

Hello, I have bought React as well as Angular version of the theme and i just love both. clean and simple coding.

I want to ask you regarding the different layout that is supported in Angular version, specifically vertical layout 3. If I want to create a similar layout in React app, then can you tell me what do i need to change. It would be really helpful.

Thanks, Omi

Hi,

For Fuse Angular version’s vertical layout #3, In Fuse react settings, you can set layout-1 and scrollable area to body, then you can customize css/jss for the paddings at src/app/fuse-layouts/layout1/Layout1.js

You can also duplicate layout-1 and make your own layout.

Please open support requests at support.withinpixels.com

Hello! Do you have a full .sketch (or Adobe XD) file of your template? It is necessary for me to create prototypes in future.

Hi, Unfortunatelly there are only photop psd files are included. Best regards.

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.

Hi,

It’s not fully compatible and there no plan for now. Thanks for your suggestion,

Best regards.

Hello,

I want to implement the authentication service with Keycloak auth server. Can you please tell me the necessary steps to change the service that we already have in place.

Thanks, Omi

Hi, Unfortunatelly we don’t give support for other auth services, You need to create your own with looking example services in Fuse React(firebase, auth0, jwt).

Best regards.

Hi, would you be willing to allow oauth access for the gitkracken app for the github fuse-react repo please?

As per the section titled ‘Why can’t I see my remotes or repositories in the drop down menu?’ in this guide https://support.gitkraken.com/integrations/github/

We have your repo forked and would prefer to keep the fork connected if possible so we can merge in your updates to ours. But gitkracken won’t work now our repo has been changed to 2 factor until your org allows access. Must be something to do with 2 factor as it’s been working fine until we changed ours to 2 factor.

Hi,

We are not willing to give access to Third-party applications.

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

Best regards.

When will you release a new version for Fuse using latest react version 16.13 ?, Because we are trying to upgrade but give errors, Please advice.

Hi,

I assume you are asking for the errors: “Cannot update a component from inside the function body of a different component.” Currently, it’s not possible to fix all of the related issues by us, because most of them related with the dependency packages, so we should stick with the version react 16.12 for a while. Checkout related react issue at https://github.com/facebook/react/issues/18178

There is no remarkable features comes with v16.13 so no need to hurry for to update.

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

Best regards.

We have just released new version which supports the latest version of react. You can checkout from github branch now or re-download from themeforest whenever its ready.

Best regards.

Hi, i want to redirect users to paths in fonction of the role they have. Do you have an idea? I have seen that the routeConfig comes from different components but i don’t see how to implement this. Best regards

Hi,

Checkout the title “Redirect the logged-in user to a specific route depending on his role” at the end of the page: http://react-material.fusetheme.com/documentation/fuse-components/fuse-authorization

Please open support ticket at support.withinpixels.com

Best regards.

Any option for gatsby?

Hi,

Unfortunatelly, we are just using create-react-app as generator.

Best regards.

Thanks for answering. I will look for a budget so that this template can be worked with nextjs. Greetings.

Hi, I just bought the product and went through the license. I could not find anything regarding the multi-tenancy option for this product. The Regular license is talking about single End Product. Can I incorporate the product with any existing application and use it as a SaaS starter project with multi-tenancy running on separate domains per tenant?

The table does not answer my question. Could you please let me know so that I don’t start working on my project. Do I have to pay the license fee for each tenant I use this product for ?

in terms of separate domains per tenant; Your situation should be cited as “On-demand products/services(e.g. “made to order” or “create your own” apps and sites)” so you will need regular license for per each product. For to make sure you can contact with https://help.author.envato.com/

Hi author, I know my purchase was expired supporting. But can you show how to apply redux persist to your project? I tried to apply it and modified the app/store/index.js file. But still not work. If you did on your project, please show me the way to do. Thank you.

Hi,

Sorry i don’t have experience with redux-persist.

Best regards.

Can we install react-admin in that theme using the following cmd npm install react-admin ?? We tried in different themes but not working, So we need to be sure that will not give us any issue before purchasing your theme like “Failed at the grpc install script”.

Hi,

We do not have any experience with react-admin and not give support for it.

Best regards.

Hi guys, I am using your template and its an amazing template to work with. I am just wonder why you guys are using @ as prefix for some of your folder name and I have seen you are not using any relative path for using this folders (@folder_name) .

Hi,

Yes we are using absolute paths but there is no need config for prefixes. are prefixes just for defining as local packages.

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

Waiting for the next release

Hi, We ve just released v4.0.0 checkout at github or re-download from themeforest.

Hello, I was able to successfully login with JWT, but how can I redirect the user to ”/” after successful login?

Hi,

Checkout http://react-material.fusetheme.com/documentation/fuse-components/fuse-authorization

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

Hi, is this platform SSR or CSR ?

Hi,

We are using create-react-app with csr.

Best regards.

I liked this platfom, but in my case i want to add in this platform an landing page with product detail page… and i need SSR for SEO Performance Do you advise me to own this platforme? I can add SSR later !

Its possible to use one route as landing in fuse-react but i can’t recommend to convert it to ssr because i didn’t try and not giving support. I know that some of the our customers convert and use with razzle with modifications in the past(https://github.com/jaredpalmer/razzle)

I would buy in an instant if you released a version for Vue.

I have zero intention of switching to React, but I have a question.. if I were to buy it just so I could use the Tailwind CSS.. is it using vanilla Tailwind CSS once you purchase? Because I was inspecting the Live Preview Demo and all the css classes appear to be obfuscated and there is no vanilla Tailwind. I can understand you would do this for a demo, just want to confirm that if I purchase I will be easily able to strip out components that I want and not have to on the hunt to reverse-engineer the Tailwind CSS syntax.

Hi,

We don’t have a plan for vue in near future.

Fuse-react uses tailwind.css with extended config. Fuse react also uses jss besides tailwindcss.

Different than the vue and angular, React uses JSX syntax in the .js files. So if you are expecting html files you won’t find in the theme.

On @fuse/components/formsy/SelectFormsy.js

replace :

function changeValue(event)
 {
     props.setValue(event.target.value);
     if ( props.onChange )
     {
         props.onChange(event);
     }
 }

by :

function changeValue(event) {

var event = {
        target: {
            name: props.name, value: event.target.value
        }
    }
    props.setValue(event.target.value);
    event.persist = () => { }
    if (props.onChange) {
        props.onChange(event);
    }
}

to enable the setForm.handleChange()

Thanks for solution. Please open support request at support.withinpixels.com

Are you planning to update react-table to 7.x?

Also, have you considered changing all `@material-ui` imports to path imports to avoid pulling in unused modules, ie. `import Typography from ’@material-ui/core/’;`? see https://material-ui.com/guides/minimizing-bundle-size/

Hi, We ll update after they release stable version of react-table. Yes we are considering to change top level imports. Kind 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