The React Cookbook: Advanced Recipes to Level Up Your Next App
Video Statistics and Information
Channel: Coding Tech
Views: 117,128
Rating: 4.9193506 out of 5
Keywords: react, react.js, reactjs, javascript, app development
Id: lG6Z0FQj_SI
Channel Id: undefined
Length: 41min 46sec (2506 seconds)
Published: Fri Feb 22 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
if someone would like to take notes/summarize please be my guest!
I found that using context is not the best when you have different variables that different components can share.
With hooks, it looks better, but using Rxjs and a sharedState hook was the best experience I've had.
Yea kind a good suggestions but for small projects.
IMHO in scaliable projects is better to normilize your redux data https://redux.js.org/recipes/structuring-reducers/normalizing-state-shape and then pass it directly to components.
Great talk!
Nice π