Build a REACT Admin Dashboard App using Material UI, ChartJS, and DataGrids in 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 44

  • @ReactWithMasoud
    @ReactWithMasoud  ปีที่แล้ว +4

    You can download the project source code from here: pezeshkzade.com/blog/source-code/

    • @mohanj2849
      @mohanj2849 ปีที่แล้ว

      there in that link it had no source code bro... we subscribed and verified email and downloaded bt not found above video source code files , that files r different ... plz provide source code bro

    • @samirarostamizade8098
      @samirarostamizade8098 ปีที่แล้ว +1

      i can't find the source and i think this link has problem and even can't find your github profile too!!

    • @it1860
      @it1860 4 หลายเดือนก่อน

      404
      pls reupload source to github.
      thanks

  • @HeyImJonas
    @HeyImJonas ปีที่แล้ว

    Extremely easy to understand especially the theming for Material UI

  • @nal-toannguyen8938
    @nal-toannguyen8938 ปีที่แล้ว

    Thank you so much. I liked your content

  • @DigsWigs2022
    @DigsWigs2022 ปีที่แล้ว

    Thanks for this Masoud.

  • @phuocthuyle4962
    @phuocthuyle4962 ปีที่แล้ว +1

    thanks for your video. I have a question, now react-pro-sidebar have no in libary, what API should i change for ?or

  • @jayeshpatil200
    @jayeshpatil200 ปีที่แล้ว +2

    @ReactwithMasoud
    In app.jsx error showing :-
    Sidebarprovider is depreceated.
    How to resolve it please guide.....

  • @1timnightingale
    @1timnightingale 5 หลายเดือนก่อน

    Following along slowly (as I do) and going well so far.
    But what extensions have you got installed that do the auto import and shortcut (ffc) things?
    Thanks

  • @memeabduljabarr
    @memeabduljabarr ปีที่แล้ว

    When trying to run my code at 47:00 , I keep getting a SyntaxError: The requested module '/src/containers/Analytics.jsx' does not provide an export names 'Analytics' (at AppRoutes.jsx:2:10) . I have tried every import/export I possibly can with Analytics involved, saw some people saying to change info in the json doc, but that seems extreme. Any help would be highly appreciated. Thanks again for this video, I'm learning so much!

    • @ReactWithMasoud
      @ReactWithMasoud  ปีที่แล้ว +1

      You need to export your Analytics component using export default statement and when you want to import it, you need to do import Analytics from 'path to the file'.

  • @memeabduljabarr
    @memeabduljabarr ปีที่แล้ว

    At 2:32:13 , my alert says : Failed to resolve entry for package "@faker-js/faker". The package may have incorrect main/module/exports specified in its package.json.
    I am using Vite, I don't know if that would have something to do with it. It seems it cannot locate the faker package even though it is clearly installed properly. Any help would be highly appreciated. I also cant get the Analytics page to take up the entire body of the page, it only goes half way across the section. Wondering if it is CSS related? Thanks!!!

    • @ReactWithMasoud
      @ReactWithMasoud  ปีที่แล้ว +1

      You will get this error if you have not installed the package yet or you mistakenly installed the package in the parent folder or your project(I did this mistake a few times).
      For the second issue, I think it is related to your CSS as you said you can see the content but it is not placed correctly.

  • @kiprutobarno
    @kiprutobarno ปีที่แล้ว

    Thanks!

  • @memeabduljabarr
    @memeabduljabarr ปีที่แล้ว

    At 33:30 I keep getting the same issue.
    Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
    Then says to check code at SideNav.jsx:16 , I have tried everything and have your code written identically. Wondering if something wasn't imported properly? Any help would be highly appreciated. Stuck for now :(

    • @ReactWithMasoud
      @ReactWithMasoud  ปีที่แล้ว +2

      Hi, I think the issue is related to your import/export, maybe you didn't export your component properly or you miss spelled it in your import. Ensure that the file where the component is defined is located in the correct directory and is named correctly.

  • @TheSuperOndy
    @TheSuperOndy 10 หลายเดือนก่อน

    When my window size is "md" so the sidebar is hidden, the menu doesnt open when i click on the button like in the video
    Does anyone have the same problem?

  • @fahmidanial
    @fahmidanial ปีที่แล้ว

    Love your content❤ how long it takes for 1000 subs bro??

  • @Mathskiddo
    @Mathskiddo ปีที่แล้ว

    I can't seem to center the channel images even with the styles

  • @fernandoarrigorriaga184
    @fernandoarrigorriaga184 ปีที่แล้ว

    Hello, there are same parts of the ProSidebar that are deprecated.
    - Deprecated `ProSidebarProvider`
    - Deprecated `useProSidebar`
    how do we replace that things?

    • @Speede04
      @Speede04 ปีที่แล้ว

      As always there is any info in documentation about new way of usage...

    • @Speede04
      @Speede04 ปีที่แล้ว +2

      I got it to work by defining const [sideNavExpanded, setSideNavExpanded] = useState(false); in App.jsx and passing it to SideNav and AppHeader components as parameters.
      Then you can use those parameters in your components as value for collapsed prop inside Sidebar like this: and in AppBar like this:
      sideNavExpanded ? setSideNavExpanded(false) : setSideNavExpanded(true)} color='secondary'>
      You can also define separate component for holding these values and use it similar like useProSidebar.

    • @jayeshpatil200
      @jayeshpatil200 ปีที่แล้ว

      Facing Same issue

    • @jayeshpatil200
      @jayeshpatil200 ปีที่แล้ว

      ​@@Speede04It's not working

    • @sandeepdoad8415
      @sandeepdoad8415 ปีที่แล้ว

      @@Speede04 Thanks for help, it worked like charm 👍

  • @santoshsambangi-bu2zb
    @santoshsambangi-bu2zb 7 หลายเดือนก่อน

    can i get source code link? please provide a link Thank you

  • @abhijithr1297
    @abhijithr1297 ปีที่แล้ว

    In the content section, the labels are not visible for me. I am able to select different labels but the labels are not visible. What might be the reason for this?

    • @ReactWithMasoud
      @ReactWithMasoud  ปีที่แล้ว

      Hi , please share the timestamp where you got this issue so I can check.

    • @abhijithr1297
      @abhijithr1297 ปีที่แล้ว

      @@ReactWithMasoud At 1:40:18 the Tab labels are not visible when the page is rendered.

    • @ReactWithMasoud
      @ReactWithMasoud  ปีที่แล้ว

      @@abhijithr1297 I guess you imported the tab component from another source, it should be from @mui/material

  • @kidzeroll99
    @kidzeroll99 ปีที่แล้ว

    How to make dark mode toggle?

  • @nitinbansal9961
    @nitinbansal9961 ปีที่แล้ว

    Hi Masoud, its a great tutorial for Material UI learning. Is it possible for you to make a similar project where dashboard>card data coming from database.

    • @ReactWithMasoud
      @ReactWithMasoud  ปีที่แล้ว +1

      Hi, yes but I don't think I can do it soon.

  • @مسعودمهرکش
    @مسعودمهرکش 9 หลายเดือนก่อน

    hi masoud , hope you are well . please send me source code for this cource🙏

  • @bmsfx
    @bmsfx ปีที่แล้ว +2

    Ah, source not freely available to follow, cannot opt out of mailing lists, so im gonna block your channel for recommendations, just a waste of time.

  • @darmikela
    @darmikela ปีที่แล้ว

    This is so frustrating. 5 years I've been in Vue/Vuetify. Being forced into React with MUI and this is the worst dev I have ever been through. Hands down.... We shouldn't have to do THIS MUCH CSS just to get a damn admin dash. What's the point of a framework if it's this much garbage?? asdlfjasdljfkl;asdjfkl;dasjfl;asdjfasdkl;fjasdl;kjfasdl;jfaskl;djkfkl;j