Logo

dev-resources.site

for different kinds of informations.

This Week in JavaScript by Joel 9/30/2020

Published at
10/1/2020
Categories
javascript
react
Author
JavaScript Joel
Categories
2 categories in total
javascript
open
react
open
This Week in JavaScript by Joel 9/30/2020

During this week in JavaScript, I found some Epic React training, a React framework for CloudFlare Workers, a replacement for Redux, my YouTube hit 1,000, and a special shout out to a tech community member.

Epic React Training

image.png

Kent C. Dodds and team have released Epic React training.

Epic React includes 19 hours of video training, workshop excercises, 10 hours of video conversations with React experts.

Prices vary from $83 to $419. It's pricey, but considering the quality of Kent C. Dodds's other content, it'll be worth every penny.

Flareact

image.png

Flareact is an edge-rendered React framework built for Cloudflare Workers.

I have been spending some free time exploring Cloudflare Workers and have even build a POC React framework for it. I am now considering throwing that all in the bin and replacing it with Flareact. I am very excited for this project!

Zustand

image.png

Zustand is state management library for React and claim to have a comfy api based on hooks and I would agree. The code looks incredibly simple and I am looking forward to replacing a bunch of my React boiler plate with this.

1,000 Subscribers 🎉

Screenshot_20200928-181133.jpg

My YouTube Channel, Joel Codes, has reached 1,000 subscribers!

Such a big milestone and I am so thankful for everyone who has subscribed. It means so much to me. So thanks again!

Community Shout Out

Congrats to @SimonHoiberg for his Twitter API Client making it to number 4 on the GitHub trending list for TypeScript.

// Detect dark theme var iframe = document.getElementById('tweet-1310895641648824321-104'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1310895641648824321&theme=dark" }

Follow Me

Subscribe to my newsletter on joel.net

Find me on Twitter @joelnet or YouTube JoelCodes

Cheers 🍻

Featured ones: