Nextjs TypeORM TailwindCSS TypeScript Reddit Clone #12 Authentication Context

preview_player
Показать описание
❤️ Become a Patron and help the channel grow

⌨️ Source Code

✍️ How to use React Context effectively

🐦 Follow on Twitter

👨‍👨‍👦 Join the Discord Server

🌍 Sign up for exclusive content
Рекомендации по теме
Комментарии
Автор

You such a lifesaver! I'm feeling like this is all because why I learnt English for: to be able to understand your awesome explanations!

tomo
Автор

20K soon🔥, great going!! Keep growing the channel with more awesome content.

cryptus_neoxys
Автор

Watching these tutorials are so much more informative and accessible than reading documentations! Thank you so much for the tuts :))

kappawarrior
Автор

Amazing job you keep doing here keep up. You teach me a lot, this is my favourite channel on youtube

jerryaaron
Автор

He is not the teacher we deserve, but the teacher we need ...

devonreid
Автор

We can also use IIFE for leveraging async await inside useEffect
useEffect(() => {
(async () => {
try {
const { data } = await Axios.get("/posts");
setPosts(data);
} catch (error) {
console.log(error);
}
})();
}, []);

RaviYadav-bteg
Автор

Thanks Classed, looking forward to the next one! Liked and Subscribed.

armaandhanji
Автор

Is the Reddit clone over?
Btw this content is a true gem.

Rohan-hjgg
Автор

Dude please expand on vs code shortcuts you use? At 10:25 you pressed something and went to type named imports right away. How's that shortcut called?

NoName-bucj
Автор

so with this type or context we will have to create separate context files for example cart.tsx, wishlist.tsx and so on?

gigakvachakhia
Автор

instead of the built-in useContext and useReducer, can I instead use Redux for state management?

carloolleres
Автор

26:19 'Click all the buttons'

When I go from left to right.
- First I click 'like' button.
- Then I click 'dislike' button.
- And...




- Then I click 'UNSUBSCRIBE' button.

Classsed: Oops.

consoledoterror
welcome to shbcf.ru