Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
The best way. Thanks for this video.
Thank you very, a good refresher!
Thank you, sir.
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? 🤔
Hi,How does this work with the nextjs 13,do i put common and modules inside the app folder?
Lovely dunglish, haha but thank you for this video learned something again! (:
renghinng libghaghy
The best way. Thanks for this video.
Thank you very, a good refresher!
Thank you, sir.
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? 🤔
Hi,
How does this work with the nextjs 13,
do i put common and modules inside the app folder?
Lovely dunglish, haha but thank you for this video learned something again! (:
renghinng libghaghy