React Best Practices For The Real World
The following are the best practices in creating each of the components for either a new or existing web app and lay out the groundwork for those components to be reusable and pulled out into a library. The goal is to adhere to Atomic design.
Atomic design (https://bradfrost.com/blog/post/atomic-web-design/) is a methodology for creating design systems.
The following is a list of techniques to use to achieve the goal of creating a testable library of components.
Best Practices for:
ReactATL Meetup Presentation deck
Coming Soon