React TL;DR – a human filter for most useful React content.
4 key learnings from an experienced React developer
Never stop learning Minimalism is your best friend Don’t be afraid to refactor React has more than what you know Some examples of ...
10 Ways To Speed Up React Development
Use a Framework Use ESLint Use Prettier Use AI-Driven Autocomplete Superpower your CLI Use a React Component Library Use a CSS-in-JS library Use ...
7 Reasons React Native is Going to Be BIG in 2021
Minimized Development Time & Cost Simple & Easy Maintenance Reusable Dynamic Platform Components Easier cross-device user experience Easy third-party integrations Hot Reloading Feature ...
15 React Best Practices You Need to Follow in 2020
🐛 Keep components small and function-specific ♻️ Reusability is important, so keep creation of new components to the minimum required 🤝 Consolidate duplicate ...
A Critique of React Hooks
“If I were starting a new react project today I would still use them despite all these flaws. However, that doesn’t make them ...
Best practices while developing a React Native App
Divide the components Create Aliases Sort the imports Declare the types Separate the styles Components must hook Let Redux manage Write sagas for ...