Stateless Components
Super simple
Given some state (as props)... return some DOM (or additional components)
Pure
Useful 95% of the time
Last updated
Was this helpful?
Super simple
Given some state (as props)... return some DOM (or additional components)
Pure
Last updated
Was this helpful?