This is a place where I'm keeping notes on some of the things I come across that I found helpful in my quest to learn React and that I may want to reflect back on. I'll try to keep it organized, but no promises! This is very much a WIP as of Summer 2018.

Primary JS App Framework

  • React

General Best practices

Presentational and Container Components

Screen-Shot-2018-06-26-at-12.25.08-PM

UI-Frameworks

Testing Frameworks

Packaging tools:

React Boilerplates:

Other:

Other Resources

Mixing React & Angular:

Since I have 18 AngularJS 1.6 Apps that will remain living along side any react apps I build, It's important for me to be able to re-use as much as possible. That means either nesting Angular components into react, or vise versa. Here are some of the tools to help make that possible.

Articles on Mixing Angular & React