#epicreactdev resultados de bรบsqueda

Interlude! Taking some active rest from @kentcdodds' #EpicReactDev to make my first ever app - a super simple note-taking app - over the weekend ๐Ÿš€ Construction underway๐Ÿ› ๏ธ Here's a snippet ๐Ÿ‘‡๐Ÿฝ

MonkeyMeaning's tweet image. Interlude! Taking some active rest from @kentcdodds' #EpicReactDev to make my first ever app - a super simple note-taking app - over the weekend ๐Ÿš€

Construction underway๐Ÿ› ๏ธ Here's a snippet ๐Ÿ‘‡๐Ÿฝ

Reminder: Epic React launches pretty soon now. Awesome work by @kentcdodds. Y'all gonna love it and so will I. #EpicReact #EpicReactDev

sudokaii's tweet image. Reminder:
Epic React launches pretty soon now.
Awesome work by @kentcdodds. Y'all gonna love it and so will I.
#EpicReact #EpicReactDev

Check โœ… Key Takeaways from yesterday - 1. (Sounds obvious) Thoroughly understanding the material of #EpicReactdev begins after the certificate. 2. The conversation between @kentcdodds and @rauchg about #NoCode, the frontend space, etc. - SUPER energizing.

MonkeyMeaning's tweet image. Check โœ… Key Takeaways from yesterday -

1. (Sounds obvious) Thoroughly understanding the material of #EpicReactdev
begins after the certificate.

2. The conversation between @kentcdodds and @rauchg about #NoCode, the frontend space, etc. - SUPER energizing.

Checkpoint signed off by @kentcdodds and his dad jokes! A day at a time ๐Ÿ› ๏ธ #EpicReactdev All resources I learn from, linked in the progress board ๐Ÿ‘‡๐Ÿฝ

MonkeyMeaning's tweet image. Checkpoint signed off by @kentcdodds and his dad jokes! A day at a time ๐Ÿ› ๏ธ  #EpicReactdev

All resources I learn from, linked in the progress board ๐Ÿ‘‡๐Ÿฝ

๐ŸšจIT'S GIVEAWAY TIME๐Ÿšจ On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds' #EpicReactDev platform Aaaaand the winner is... @Wanjiku_MM Congratulations!!! #reactdevske #reactjskenya #reactjske

reactdevske's tweet image. ๐ŸšจIT'S GIVEAWAY TIME๐Ÿšจ

On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds' #EpicReactDev platform

Aaaaand the winner is... @Wanjiku_MM 
Congratulations!!!

#reactdevske #reactjskenya #reactjske

So I came back to my #EpicReactDev @github repo and 14 people including @kentcdodds have stared it. This is a nice surprise, I never usually get people staring my projects๐Ÿ˜ƒ

AlexMachin97's tweet image. So I came back to my #EpicReactDev @github repo and 14 people including @kentcdodds have stared it. This is a nice surprise, I never usually get people staring my projects๐Ÿ˜ƒ

Don't skip the fundamentals. It's ๐Ÿ’ฏ worth. Getting an overview of the raw React API was exciting and there's much more to learn. Thank you for that well-prepared piece of content @kentcdodds #EpicReactDev

_andrewsecret's tweet image. Don't skip the fundamentals. It's ๐Ÿ’ฏ worth. Getting an overview of the raw React API was exciting and there's much more to learn. Thank you for that well-prepared piece of content @kentcdodds #EpicReactDev

Wow, this workshop was amazing! I felt like I really needed to deepen my understanding about some of React hooks, and well, that's done, thanks @kentcdodds ๐Ÿ˜‡ Now I wanna refactor all my previous side projects ahah #EpicReactDev #ReactHooks

YohannLegrand5's tweet image. Wow, this workshop was amazing! I felt like I really needed to deepen my understanding about some of React hooks, and well, that's done, thanks @kentcdodds ๐Ÿ˜‡ 
Now I wanna refactor all my previous side projects ahah
#EpicReactDev #ReactHooks

Day 53: Deep dive into React now over next few weeks with #epicreactDev course building a bookshelf site. #100daysofcode


Yeay, just completed the "Advanced React Patterns" workshop from #EpicReactDev ๐Ÿพ Context module functions, compound components, prop collections & getters, state reducer, control props, and more... So interesting!

YohannLegrand5's tweet image. Yeay, just completed the "Advanced React Patterns" workshop from #EpicReactDev ๐Ÿพ
Context module functions, compound components, prop collections & getters, state reducer, control props, and more... 
So interesting!

Just one more week till @kentcdodds #EpicReactDev guide. The pre-launch emails are ๐Ÿ”ฅ๐Ÿ”ฅ Go check it out: epicreact.dev


Watching @kentcdodds turn a class component into a hooks component is absolute mind-candy. #EpicReactDev epicreact.dev/learn


Day 54: Add authentication to bookshelf app, #epicreactdev #100daysofcode


Excited to start this new learning opportunity โš›๏ธ #EpicReactDev

Her tweet from that day satisfied our selection criteria, tagging reactdevske and Kent C. Dodds while also using our hashtag #reactdevske Reach out to us via DM so that we give you more details



Day 55 @kentcdodds teaches it so nicely. I always felt auth was harder than it should be, not anymore, its using an auth provider, setting local state and checking local state for auth rights, thats it, <AuthenticatedApp/> || <UnauthenticatedApp/> #epicreactdev #100daysofcode


Day 56: Learning #statemanagment #react-query #epicreactdev learnt, a nice pattern for dealing with possible null values, using the null safe navigation (?) or Elvis operator, love the name, and (??) nullish-coalescing to provide default if null #100DaysOfCode


The more I am learning on #EpicReactDev the more React and its possibilities blow my mind!! ๐Ÿคฏ๐Ÿคฏ๐Ÿคฏ๐Ÿ”ฅThanks a ton @kentcdodds , really enjoying!


We now hand her over to the able hands of @kentcdodds. Go forth and become an #EpicReactDev!!! #reactdevske #reactjskenya #reactjske


When outputting JSX elements via .map() don't use the index as the key, that's it's default behaviour. Use a unique propety from the array of data. I've been doing this wrong for a while now. #EpicReactDev #React #hactoberfest #jsx


Day 56: Learning #statemanagment #react-query #epicreactdev learnt, a nice pattern for dealing with possible null values, using the null safe navigation (?) or Elvis operator, love the name, and (??) nullish-coalescing to provide default if null #100DaysOfCode


Day 55 @kentcdodds teaches it so nicely. I always felt auth was harder than it should be, not anymore, its using an auth provider, setting local state and checking local state for auth rights, thats it, <AuthenticatedApp/> || <UnauthenticatedApp/> #epicreactdev #100daysofcode


Day 53: Deep dive into React now over next few weeks with #epicreactDev course building a bookshelf site. #100daysofcode


Congratulations @Wanjiku_MM. It's #EpicReactDev time ๐Ÿš€

๐ŸšจIT'S GIVEAWAY TIME๐Ÿšจ On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds' #EpicReactDev platform Aaaaand the winner is... @Wanjiku_MM Congratulations!!! #reactdevske #reactjskenya #reactjske

reactdevske's tweet image. ๐ŸšจIT&apos;S GIVEAWAY TIME๐Ÿšจ

On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds&apos; #EpicReactDev platform

Aaaaand the winner is... @Wanjiku_MM 
Congratulations!!!

#reactdevske #reactjskenya #reactjske


Super thrilled!! Forever license!!. How cool is that?! ๐ŸŽŠ Thank you @kentcdodds for this amazing learning opportunity and supporting @reactdevske community. Looking forward to sharing the skills I will gain with the World!! #EpicReactDev

I've got good news for @Wanjiku_MM. EpicReact.dev is not a subscription. It's a license. And it never expiries! You get it forever, not just a year ๐ŸŽ‰



Excited to start this new learning opportunity โš›๏ธ #EpicReactDev

Her tweet from that day satisfied our selection criteria, tagging reactdevske and Kent C. Dodds while also using our hashtag #reactdevske Reach out to us via DM so that we give you more details



We now hand her over to the able hands of @kentcdodds. Go forth and become an #EpicReactDev!!! #reactdevske #reactjskenya #reactjske


๐ŸšจIT'S GIVEAWAY TIME๐Ÿšจ On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds' #EpicReactDev platform Aaaaand the winner is... @Wanjiku_MM Congratulations!!! #reactdevske #reactjskenya #reactjske

reactdevske's tweet image. ๐ŸšจIT&apos;S GIVEAWAY TIME๐Ÿšจ

On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds&apos; #EpicReactDev platform

Aaaaand the winner is... @Wanjiku_MM 
Congratulations!!!

#reactdevske #reactjskenya #reactjske

Yeay, just completed the "Advanced React Patterns" workshop from #EpicReactDev ๐Ÿพ Context module functions, compound components, prop collections & getters, state reducer, control props, and more... So interesting!

YohannLegrand5's tweet image. Yeay, just completed the &quot;Advanced React Patterns&quot; workshop from #EpicReactDev ๐Ÿพ
Context module functions, compound components, prop collections &amp;amp; getters, state reducer, control props, and more... 
So interesting!

Wow, this workshop was amazing! I felt like I really needed to deepen my understanding about some of React hooks, and well, that's done, thanks @kentcdodds ๐Ÿ˜‡ Now I wanna refactor all my previous side projects ahah #EpicReactDev #ReactHooks

YohannLegrand5's tweet image. Wow, this workshop was amazing! I felt like I really needed to deepen my understanding about some of React hooks, and well, that&apos;s done, thanks @kentcdodds ๐Ÿ˜‡ 
Now I wanna refactor all my previous side projects ahah
#EpicReactDev #ReactHooks

Back to the basics with #EpicReactDev React Fundamentals, so exited to begin this epic journey to become a true React Master ๐Ÿ”ฅ Cheers @kentcdodds for this awesome mega-course ๐Ÿ™


In this article, I wrote about the life cycle of useEffect hooks in functional components. It was a little difficult for me to get the hang of useEffect hook when I was learning it for the first time. This video from #EpicReactDev workshops made it so simple. ๐Ÿ‘‡


At the time of writing this tweet, this article has got around 880 views. ๐—ก๐—ผ๐˜ƒ ๐Ÿญ๐Ÿฌ, ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฌ - ๐—ง๐—ต๐—ฒ ๐—Ÿ๐—ถ๐—ณ๐—ฒ๐—ฐ๐˜†๐—ฐ๐—น๐—ฒ ๐—ผ๐—ณ ๐—ฅ๐—ฒ๐—ฎ๐—ฐ๐˜ ๐—›๐—ผ๐—ผ๐—ธ๐˜€ ๐—–๐—ผ๐—บ๐—ฝ๐—ผ๐—ป๐—ฒ๐—ป๐˜ (๐Ÿฎ๐Ÿฑ/๐Ÿฎ๐Ÿณ) This is again something that I learned from #EpicReactDev workshops. ๐Ÿ‘‡


๐—ข๐—ฐ๐˜ ๐Ÿฎ๐Ÿต, ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฌ - ๐—›๐—ผ๐˜„ ๐˜๐—ผ ๐—–๐—ฟ๐—ฒ๐—ฎ๐˜๐—ฒ ๐—ฎ ๐—ฅ๐—ฒ๐˜‚๐˜€๐—ฎ๐—ฏ๐—น๐—ฒ ๐—Ÿ๐—ผ๐—ฐ๐—ฎ๐—น๐—ฆ๐˜๐—ผ๐—ฟ๐—ฎ๐—ด๐—ฒ ๐—›๐—ผ๐—ผ๐—ธ (๐Ÿฎ๐Ÿฎ/๐Ÿฎ๐Ÿณ) This article is about creating a reusable local storage hook that syncs the state to local storage automatically. I saw this example in the #EpicReactDev ๐Ÿ‘‡


At the time of writing this tweet, this article has got around 4.6K views. ๐—ข๐—ฐ๐˜ ๐Ÿญ๐Ÿฎ, ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฌ - ๐—ฅ๐—ฒ๐—ฎ๐—ฐ๐˜ ๐—™๐˜‚๐—ป๐—ฑ๐—ฎ๐—บ๐—ฒ๐—ป๐˜๐—ฎ๐—น๐˜€: ๐—œ๐—ป๐˜๐—ฟ๐—ผ ๐˜๐—ผ ๐—ฅ๐—ฒ๐—ฎ๐—ฐ๐˜ ๐—ฅ๐—ฎ๐˜„ ๐—”๐—ฃ๐—œ๐˜€ (๐Ÿญ๐Ÿฒ/๐Ÿฎ๐Ÿณ) This was the "first" article in the series of articles based on #EpicReactDev. ๐Ÿ‘‡


๐—ข๐—ฐ๐˜ ๐Ÿด, ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฌ - ๐—๐—ฎ๐˜ƒ๐—ฎ๐˜€๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜ ๐—ฌ๐—ผ๐˜‚ ๐—ก๐—ฒ๐—ฒ๐—ฑ ๐—ง๐—ผ ๐—ž๐—ป๐—ผ๐˜„ ๐—™๐—ผ๐—ฟ ๐—ฅ๐—ฒ๐—ฎ๐—ฐ๐˜ (๐Ÿญ๐Ÿฐ/๐Ÿฎ๐Ÿณ) Before writing about the #EpicReactDev workshops, I wanted to write about Javascript concepts that I wish I had learned before starting to learn Reactjs... ๐Ÿ‘‡


This has nothing more than the topics that will be covered in #EpicReactDev workshops. I have learned so much more from watching the videos than I did when I went through the open-source material on my own... ๐Ÿ‘‡


๐—ข๐—ฐ๐˜ ๐Ÿฑ, ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฌ - ๐— ๐˜† ๐—ฅ๐—ฒ๐˜ƒ๐—ถ๐—ฒ๐˜„ ๐—ผ๐—ณ ๐—ž๐—ฒ๐—ป๐˜ ๐—–. ๐——๐—ผ๐—ฑ๐—ฑ๐˜€'๐˜€ ๐—˜๐—ฝ๐—ถ๐—ฐ๐—ฅ๐—ฒ๐—ฎ๐—ฐ๐˜.๐——๐—ฒ๐˜ƒ: ๐—œ๐—ป๐˜๐—ฟ๐—ผ๐—ฑ๐˜‚๐—ฐ๐˜๐—ถ๐—ผ๐—ป (๐Ÿญ๐Ÿฏ/๐Ÿฎ๐Ÿณ) I publicly committed to writing articles based on what I learned in #EpicReactDev workshops. This article is a result of that... ๐Ÿ‘‡


Don't skip the fundamentals. It's ๐Ÿ’ฏ worth. Getting an overview of the raw React API was exciting and there's much more to learn. Thank you for that well-prepared piece of content @kentcdodds #EpicReactDev

_andrewsecret's tweet image. Don&apos;t skip the fundamentals. It&apos;s ๐Ÿ’ฏ worth. Getting an overview of the raw React API was exciting and there&apos;s much more to learn. Thank you for that well-prepared piece of content @kentcdodds #EpicReactDev

Faz muito, muuuuuito tempo mesmo que nรฃo fico tรฃo animado pra fazer um curso! Chegou minha licenรงa do #EpicReactDev do @kentcdodds


No hay resultados para "#epicreactdev"

Check โœ… Key Takeaways from yesterday - 1. (Sounds obvious) Thoroughly understanding the material of #EpicReactdev begins after the certificate. 2. The conversation between @kentcdodds and @rauchg about #NoCode, the frontend space, etc. - SUPER energizing.

MonkeyMeaning's tweet image. Check โœ… Key Takeaways from yesterday -

1. (Sounds obvious) Thoroughly understanding the material of #EpicReactdev
begins after the certificate.

2. The conversation between @kentcdodds and @rauchg about #NoCode, the frontend space, etc. - SUPER energizing.

Interlude! Taking some active rest from @kentcdodds' #EpicReactDev to make my first ever app - a super simple note-taking app - over the weekend ๐Ÿš€ Construction underway๐Ÿ› ๏ธ Here's a snippet ๐Ÿ‘‡๐Ÿฝ

MonkeyMeaning's tweet image. Interlude! Taking some active rest from @kentcdodds&apos; #EpicReactDev to make my first ever app - a super simple note-taking app - over the weekend ๐Ÿš€

Construction underway๐Ÿ› ๏ธ Here&apos;s a snippet ๐Ÿ‘‡๐Ÿฝ

Checkpoint signed off by @kentcdodds and his dad jokes! A day at a time ๐Ÿ› ๏ธ #EpicReactdev All resources I learn from, linked in the progress board ๐Ÿ‘‡๐Ÿฝ

MonkeyMeaning's tweet image. Checkpoint signed off by @kentcdodds and his dad jokes! A day at a time ๐Ÿ› ๏ธ  #EpicReactdev

All resources I learn from, linked in the progress board ๐Ÿ‘‡๐Ÿฝ

๐ŸšจIT'S GIVEAWAY TIME๐Ÿšจ On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds' #EpicReactDev platform Aaaaand the winner is... @Wanjiku_MM Congratulations!!! #reactdevske #reactjskenya #reactjske

reactdevske's tweet image. ๐ŸšจIT&apos;S GIVEAWAY TIME๐Ÿšจ

On Saturday during our meetup we had community members participate in a challenge to win a one year PRO subscription to Kent C. Dodds&apos; #EpicReactDev platform

Aaaaand the winner is... @Wanjiku_MM 
Congratulations!!!

#reactdevske #reactjskenya #reactjske

Reminder: Epic React launches pretty soon now. Awesome work by @kentcdodds. Y'all gonna love it and so will I. #EpicReact #EpicReactDev

sudokaii's tweet image. Reminder:
Epic React launches pretty soon now.
Awesome work by @kentcdodds. Y&apos;all gonna love it and so will I.
#EpicReact #EpicReactDev

Don't skip the fundamentals. It's ๐Ÿ’ฏ worth. Getting an overview of the raw React API was exciting and there's much more to learn. Thank you for that well-prepared piece of content @kentcdodds #EpicReactDev

_andrewsecret's tweet image. Don&apos;t skip the fundamentals. It&apos;s ๐Ÿ’ฏ worth. Getting an overview of the raw React API was exciting and there&apos;s much more to learn. Thank you for that well-prepared piece of content @kentcdodds #EpicReactDev

So I came back to my #EpicReactDev @github repo and 14 people including @kentcdodds have stared it. This is a nice surprise, I never usually get people staring my projects๐Ÿ˜ƒ

AlexMachin97's tweet image. So I came back to my #EpicReactDev @github repo and 14 people including @kentcdodds have stared it. This is a nice surprise, I never usually get people staring my projects๐Ÿ˜ƒ

Wow, this workshop was amazing! I felt like I really needed to deepen my understanding about some of React hooks, and well, that's done, thanks @kentcdodds ๐Ÿ˜‡ Now I wanna refactor all my previous side projects ahah #EpicReactDev #ReactHooks

YohannLegrand5's tweet image. Wow, this workshop was amazing! I felt like I really needed to deepen my understanding about some of React hooks, and well, that&apos;s done, thanks @kentcdodds ๐Ÿ˜‡ 
Now I wanna refactor all my previous side projects ahah
#EpicReactDev #ReactHooks

Yeay, just completed the "Advanced React Patterns" workshop from #EpicReactDev ๐Ÿพ Context module functions, compound components, prop collections & getters, state reducer, control props, and more... So interesting!

YohannLegrand5's tweet image. Yeay, just completed the &quot;Advanced React Patterns&quot; workshop from #EpicReactDev ๐Ÿพ
Context module functions, compound components, prop collections &amp;amp; getters, state reducer, control props, and more... 
So interesting!

Loading...

Something went wrong.


Something went wrong.


United States Trends