-
Notifications
You must be signed in to change notification settings - Fork 0
punkbit/reactjs_thinking_in_react
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
reactjs_thinking_in_react ------------------------- Step 1: Break the User Interface into a component hierarchy Using the single responsability principle, a component should only do one thing and in the case it grows, decomposed into smaller subcomponents. If the JSON data model is built correctly, then breaking into components should be easy and should map nicely. That is because the data models and UI tend to adhere to the same information architecture. - FilterableProductTable - SearchBar - ProductTable - ProductCategoryRow - ProductRow ref: http://facebook.github.io/react/docs/thinking-in-react.html
About
Thinking in react js
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published