Skip to content

punkbit/reactjs_thinking_in_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

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

No packages published