A thread of our Top 10 React Links of 2020. Enjoy! 🎉🏆 👇👇👇
"Guidelines to improve your React folder structure" by @RozenMD outlines his preferred folder structure method and the guiding principles behind each decision maxrozen.com/guidelines-imp…
"React Component Patterns" by @alexi_be3 will help you identify the trade-offs of different React patterns and understand when each pattern would be most appropriate dev.to/alexi_be3/reac…
"Build A Confirmation Modal in React with State Machines" by @dceddia shows you how to build a reusable state machine using React and Robot to handle this modal confirmation flow, and wraps it up into a custom hook. daveceddia.com/react-confirma…
"Four characters can optimize your React component" by @benmvp walks you through how to make use of useState lazy initialization to speed up your React function component benmvp.com/blog/four-char…