React Best Practices
Creating this note to track a list of resources for building performant react applications.
- Here is a list of advanced react performance pattern well worth the read. It goes over concepts like compound components, virtualization for large list and memoization for dependency injection
- React style guide by Airbnb - I usually this as a baseline style guide when creating my personal projects