Insights
React TL;DR – a human filter for most useful React content.
React Spaces – allaneagle.com
React Spaces allow you to divide a page or container into anchored, scrollable and resizable . . .
Refactoring a Complex React Component — 5 Best Practices to Write Efficient and Readable Components
Prefer functional components with React Hooks DRY – Try to extract common things into another . . .
Tips for Writing Self-Documenting Code
Always give a name for numbers Use clear variable names Refactor with tiny, named functions Add . . .
Announcing React Navigation 5.0
React Navigation 5.0 now has: a new dynamic component based API Hooks first API Updating . . .
Announcing React 16.10
Not officially, but React 16.10 is here already a while: No new features released . . .
Excellent Code = Clean and Beautiful Code
The names should reveal the intent. Choosing good names takes time but saves more than it takes . . .