You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was looking through the workshop resources and was curious about the possibility of introducing components as just functions. May be a useful path into introducing the idea of composition and showing how much you are able to accomplish with this model without having to use classes for managing state.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, @joshblack. We upgraded this repo to React 0.14 and are now using plain functions for the first couple of examples we do. It's a great way to simplify getting into React for the first time.
Was looking through the workshop resources and was curious about the possibility of introducing components as just functions. May be a useful path into introducing the idea of composition and showing how much you are able to accomplish with this model without having to use classes for managing state.
The text was updated successfully, but these errors were encountered: