-
Notifications
You must be signed in to change notification settings - Fork 2
Learning React
Garett Tok Ern Liang edited this page Sep 16, 2019
·
2 revisions
- Git - is what we use for source code management. A short and simple guide is available here.
- Javascript - The language used for programming in the front-end. Head over to Mozilla's Javascript guide where there are tutorials for your perusal.
- React - React is a Javascript library meant for building views and interfaces. Use the official React Tutorial as a good place to start.
- React + Redux - Redux is a state-management tool which helps make state management in react more straightforward by allowing separate components to share the same state without the use of convoluted syntax. A good tutorial can be found here