Dandelion Pro - React Admin Dashboard Template
Reviews: 1 | Overal Rating: ExcellectExcellect | |
Good | |
Average | |
Bad | |
Awful |
NOTE: This is a React.js template. It’s built on Material-UI library. It will not work the Wordpress/PHP nor will it work as a static HTML template. Dandelion Pro is a complete ReactJS admin template based on React Boilerplate. It provides you clean modern design and high performance react app with various color theme that follow Material Design concept. Dandelion Pro not only help you in the development as a starter-kit but also you can learn advanced development with React, Redux, JSS and Next Generation JavaScript with ES6. What’s Inside? Dande... READ MORE
Review Left On 04/10/2022
Hi, you have answered a question regarding Protecting app routes saying to please trying to wrap the private page/component in routing app/containers/App/index.js
And shared withAuthorizationRouter component https://gist.github.com/ilhammeidi/08ce99fe89d7fbdd7f6fa7606122bdee
That link is now broken after long time. Can you please share the new URL?
Review Left On 04/11/2022
internal/child_process.js:403
throw errnoException(err, ‘spawn’);
^
Error: spawn UNKNOWN
at ChildProcess.spawn (internal/child_process.js:403:11)
at Object.spawn (child_process.js:553:9)
at spawn (C:\Users\dtjarquinm\Downloads\themeforest-8is4qm2m-dandelion-pro-react-admin-dashboard-template\dandelion-pro_v211\starter-project\node_modules\cross-spawn\index.js:12:24)
at crossEnv (C:\Users\dtjarquinm\Downloads\themeforest-8is4qm2m-dandelion-pro-react-admin-dashboard-template\dandelion-pro_v211\starter-project\node_modules\cross-env\dist\index.js:32:38)
at Object. (C:\Users\dtjarquinm\Downloads\themeforest-8is4qm2m-dandelion-pro-react-admin-dashboard-template\dandelion-pro_v211\starter-project\node_modules\cross-env\dist\bin\cross-env.js:6:1)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) {
errno: -4094,
code: ‘UNKNOWN’,
syscal
Review Left On 04/18/2022
Hello,
The demo does not seem to be working from the preview page.
Is there a way to access it?
Monsta - Jewelry Theme for WooCommerce WordPress
::
Infinite - Responsive Opencart 3 Theme
::
Prospero - Fashion Jewelry Watch and Glasses WooCommerce Theme
::
Prime Cab - Taxi | Car Booking Template
::
Amella - Spa and Beauty Salon Template
Review Left On 05/04/2022
I chose other because there are many reasons, I would recommend this template to somebody else.Kudos to you guys
Review Left On 05/09/2022
Hi,
I purchased this template for a dating website that I have running php&MySql and Bootstrap 3 frame work and I would like to migrate this template with it. Can you let me know if it’s possible and if you offer integration services.
Br,
Dael
Review Left On 05/14/2022
Hello. In Register Form I cannot clear input value once it is filled and validation fails. If I delete content using BACKSPACE, last character is never deleted, and if I select whole content and press DELETE, nothing happens.
Review Left On 07/10/2022
Halo,
Saya baru saja membeli produk anda dan mencoba menginstallnya, namun ada beberapa kendala sebagai berikut:
1. Invalid configuration object. Webpack has been initialized using the API schema
2.TypeError : compiler.plugin is a not function
3. Failed to parse source map from (project directory…)trace-mapping.ts
4. Failed to parse source map from (project directory…)build-source-map-tree.ts
Terima kasih atas bantuannya
Review Left On 07/22/2022
Hi Ilhammeidi,
I have facing a strange bug related to routing. I have declared my private routes like this for now
Code for PrivateRoute HOC:-
import React, { Fragment } from 'react';
import { connect } from "react-redux";
import { Route, Redirect } from "react-router-dom";
const PrivateRoute = ({ component: Component, auth, ...rest }) => {
return (
auth.isAuthenticated === true ? (
) : (
)
}
/>
)
};
const mapStateToProps = (state) => {
return {
auth: state.auth
}
}
export default connect(mapStateToProps)(PrivateRoute);
And code for route can be re written like this (
)} />
everything still works file but when i import redux state and actions in components and fetch the data using action inside useEffect hook and use state data components starts re-rending infinitely in the case when i declare my route like this :-
(
)} />
but it works fine when written like this :-
after checking i found that my PrivateRoute HOC is infinitely when i declare private route in component={(props) => } form. I need to write routes in this format because i need to use some other library to manage access control.
Everything is working fine in my vanilla Material UI project but with the theme i am facing this issue and I am using immer for state management in dandelion theme.
Review Left On 07/30/2022
The project does not allow using the ? and the error “Support for the experimental syntax ‘optionalChaining’ is not currently enabled” occurs. I already installed the @babel/plugin-proposal-optional-chaining plugin and imported it in babel.config.js and nothing was resolved.
Review Left On 09/13/2022
I’m changing initialState of the theme in ui.js to change the color, but always still as it was, nothing changed. WHAT IS THE PROBLEM?
I’m working with starter project.
Review Left On 09/16/2022
Hi rishabhlocad
If re-rending infinitely happen, this might from useEffect. Please try by adding an empty array as the callback.
useEffect(() => {
// code
}, []);
Hope this can help.
Regards.
Review Left On 09/17/2022
Hi, how can I change the application base path to / instead of /app, so I could browse to /dashboard or /sample-page instead of /app/pages/dashboard or /app/pages/sample-page?
Review Left On 09/26/2022
Hello guys,
I’ve read the documentation related to changing the theme, but I never succeeded, always error.
the error:
“cannot read properties of undefined (reading ‘palette’)
please guide me