The best ReactJS & NextJS folder structure | How to organize and scale your React project

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 7

  • @jonathanperez2603
    @jonathanperez2603 Год назад

    The best way. Thanks for this video.

  • @vonderklaas
    @vonderklaas Год назад

    Thank you very, a good refresher!

  • @lasthp
    @lasthp 11 месяцев назад

    Thank you, sir.

  • @chismail3685
    @chismail3685 Год назад

    Thanks for this useful tutorial.
    About the context issue:
    type UserContextType = {
    user: UserType | null;
    isLogin: (username: string) => Promise;
    };
    const UserContext = createContext({
    user: null,
    isLogin: async () => {},
    });
    is it good? 🤔

  • @fadilalfarhan1536
    @fadilalfarhan1536 Год назад

    Hi,
    How does this work with the nextjs 13,
    do i put common and modules inside the app folder?

  • @drupaldeveloper
    @drupaldeveloper Год назад

    Lovely dunglish, haha but thank you for this video learned something again! (: