mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:18:00 -05:00
Otherwise, there is no way to write pure components that don't use state, refs, or lifecycle methods. Stateless functions are not treated internally as pure components, and are rerendered every time.