mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04: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.