View on GitHub

reading-notes

Putting it all together

 

The first thing you’ll want to do is to draw boxes around every component (and subcomponent) in the mock and give them all names.

 

a component should ideally only do one thing. If it ends up growing, it should be decomposed into smaller subcomponents.

 

it’s to build a version that takes your data model and renders the UI but has no interactivity.

 

interactivity.

 

 





301 Home
read01 Introduction to React and Components
read02 State and Props
read03 Passing Functions as Props
read04 React and Forms
read05 Putting it all together
read06 NODE.JS
read07 REST
read08 APIs
read09 FUNCTIONAL PROGRAMMING
read10 In memory storage
read11 Authentication
read12 Mongo and Mongoose
read13 CRUD
read14 Project Ideas
read15 Project Kickoff