react-knowledgeable / talks

🎙 cool kids learn in public
32 stars 1 forks source link

🧞‍♂️ Supercharge redux with Immer.js #25

Closed phamtm closed 4 years ago

phamtm commented 4 years ago

who are you and where to find you

My name is Minh Pham. I am an enterprise engineer from Facebook. Most of the stuffs I built are internal apps that helps with the logistic side of our business. I am a full stack developer but not long ago I spent all of my time in React land.

intro of the talk

Making the state of your react apps immutable has several upsides (easier to optimize rendering with shouldComponentUpdate for eg). Immutable.js (by Facebook) was the first stab at the problem. However there are a few problems:

Immer.js one of the few library that has done it right, even earning the high praise of React maintainer https://twitter.com/sebmarkbage/status/1032684851063705600 In this talk, I plan to explain how using immer.js can leads to better code and increase your productivity in a typical React app.

Slide https://drive.google.com/open?id=1tNbU6ftcpwMwQQMAQ6X7-wwYImvbTlsvgez4nCsHk78

planner

wgao19 commented 4 years ago

cooooool, looking forward

high praise from sebastian ah, looking forward +1

yishus commented 4 years ago

thanks for submitting @phamtm! looking forward to it :)

wgao19 commented 4 years ago

Hey @phamtm do you mind putting a link to your slides?

Resources

phamtm commented 4 years ago

I updated the slide in the proposal

wgao19 commented 4 years ago

cool, thanks again!