Skip to content

Commit

Permalink
Updates, 2016-08-13
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Aug 13, 2016
1 parent 368f012 commit 955c574
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions basic-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- **Simplified Javascript Jargon**
http://jargon.js.org/
An alphabetical list of common terms in the JS world, with very short definitions in the main list and slightly longer descriptions linked for each term.

- **Modern Javascript Development**
https://mgadams.com/modern-javascript-development-part-1-d271f3790c1c
An overview of how browsers, Javascript, and Javascript frameworks have evolved into today's landscape of tools and technologies


#### React Learning Guidelines
Expand Down
4 changes: 4 additions & 0 deletions react-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ My [Redux Ecosystem Links](https://github.com/markerikson/redux-ecosystem-links)
https://www.youtube.com/watch?v=-t8eOoRsJ7M
An excellent presentation by Lin Clark of Code Cartoons. Covers what work browsers do when rendering, what work React does, and the main ways you can improve React performance. Very clear and easy to understand.

- **Component Rendering Performance in React**
https://medium.com/modus-create-front-end-development/component-rendering-performance-in-react-df859b474adc
A comparison of how fast rendering happens in React 14 vs 15, and functional components vs class components

#### Immutable Data

- **Building Efficient UI with React and Redux**
Expand Down
4 changes: 4 additions & 0 deletions react-redux-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
http://x-team.com/2016/02/tutorial-forms-in-react-and-redux/
A good example of how to set up form handling in conjunction with a Redux store.

- **React Form Components**
http://donavon.js.org/react-forms/
A look at controlled vs uncontrolled inputs, with a useful note about issues with controlled inputs and certain browsers.


#### Project File Structure

Expand Down
8 changes: 8 additions & 0 deletions react-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@
https://www.infoq.com/presentations/react-reconciliation
A video presentation digging into how React's reconciliation algorithm determines how to properly update nodes based on render output.

- **React Fiber Architecture**
https://github.com/acdlite/react-fiber-architecture
A description of React's new core algorithm, React Fiber

- **On the Async Nature of `setState` in React**
http://thereignn.ghost.io/on-the-async-nature-of-setstate-in-react/
Digs into the behavior of `setState`, and whether it is actually always async or not. Some decent info, although the final section does make some strange statements.

#### Paid Courses and Books


Expand Down

0 comments on commit 955c574

Please sign in to comment.