reading-notes

Hi, my name is Darran! You can find me on: My GitHub

FA2A3CE2-3B24-45F3-8D59-BD594EA36BEF_1_105_c

Link to reading notes page

102 Intro to Software Development


201 - Foundations of Software Development


301 - Intermediate Software Development


A High Level Overview Of React

What is React?

React is a agnostic user interface library.

What is a component?

code that fills a part of user interface that is being built.

What is the dataflow of React?

Data flows down one way through a React app.

How do we make a React element a DOM element?

React does not become an element until it is passed through DOM.

React is a User Interface library.

Which direction does data flow in React?

Data flows down one way through a React app.

Every component manages its own state.

401 - Advanced Software Development


-engineering reading