project_syncfusion_dashboard
project_syncfusion_dashboard copied to clipboard
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a an admin dashboard app using React.js and Syncfusion
When I scroll the screen the grid on the page does not go under the sidebar, rather slides on top of the sidebar. please have a look in the screenshot....
When reloading on netlify it shows Page not found. This can be solved using redirects file in the public folder
https://dashboard-shoppy.netlify.app/ecommerce is crashing on netlify if we got to that route directly. I read netlify documentation [here](https://docs.netlify.com/routing/redirects/) and fixed the issue.
When doing the tutorial on YouTube this code shows a blank instead of the welcome svg backgroung
this step help to new user's to how run this repository in there local system.
The current implementation uses ReactDOM.render(), which is deprecated in React 18. Update index.js to use ReactDOM.createRoot() for compatibility with React 18.
I've followed the tutorial as closely as possible, however, the Sparkline still won't show. I've logged the data, its clearly being passed into the Sparkline component, but the chart just...