Wiki: React.js And Redux
This article is part of my personal wiki where I write personal notes while I am learning new technologies. You are welcome to use it for your own learning! Updated as of January 2018.
// intro
- React is composed of two core packages. React and React-Dom. React is concerned with the abstracted world of React components, whereas React-DOM acts as an adapter between React components and the web DOM (renderer). This separation of concerns is what allows React apps to be written in other environments than the web like on native mobile via React Native.
References and Resources
- React.js website
- Redux website
- React for Beginners by Wesbos
- Complete Intro to React in Front-end Masters and tutorial
Written by Jaime González García , dad, husband, software engineer, ux designer, amateur pixel artist, tinkerer and master of the arcane arts. You can also find him on Twitter jabbering about random stuff.