March 19 - Top 3 React articles
Top 3 React articles of the week:
1. Writing Resilient Components by Dan Abramov
When people start learning React, they often ask for a style guide. There are important design principles that every component should strive to follow.
2. How to Enable React Strict Mode by Kent C. Dodds
StrictMode
is a tool for highlighting potential problems in your React application. Learn what it is and how to add it to your app.
3. Rendering large lists with react-virtualized or react-window by Addy Osmani (video)
If you need to display large lists of data efficiently, you'd like to render only the items currently visible in a list, this means you don't need to pay the cost of thousands of rows of data being rendered at once.
Don't miss what's next. Subscribe to tinyreact: