# React (Updated 2019)

- [ES6+/ESNext](/sei-example/react-updated-2019/es6+-esnext.md)
- [Const and Let](/sei-example/react-updated-2019/es6+-esnext/const-let.md)
- [Arrow Functions](/sei-example/react-updated-2019/es6+-esnext/arrow.md)
- [Object Literals and String Interpolation](/sei-example/react-updated-2019/es6+-esnext/literals.md)
- [ES6 Recap](/sei-example/react-updated-2019/es6+-esnext/es6-recap.md)
- [ES6 Activity](/sei-example/react-updated-2019/es6+-esnext/es6-exercise.md)
- [Intro to React](/sei-example/react-updated-2019/intro-to-react.md)
- [Create React App](/sei-example/react-updated-2019/intro-to-react/setup.md)
- [Components and JSX](/sei-example/react-updated-2019/intro-to-react/components.md)
- [Virtual DOM](/sei-example/react-updated-2019/intro-to-react/virtual-dom.md)
- [Props](/sei-example/react-updated-2019/intro-to-react/props.md)
- [Dino Blog Activity](/sei-example/react-updated-2019/intro-to-react/dino-blog-lab.md)
- [Nested Components](/sei-example/react-updated-2019/intro-to-react/nested.md)
- [Lab: LotR](/sei-example/react-updated-2019/intro-to-react/lotr.md)
- [React State](/sei-example/react-updated-2019/react-state.md)
- [Code-Along: Mood Points](/sei-example/react-updated-2019/react-state/mood-points.md)
- [Code-Along: Edit Dino Blog](/sei-example/react-updated-2019/react-state/dino-blog-state.md)
- [Lab: Simple Calc](/sei-example/react-updated-2019/react-state/simple-calc-exercise.md)
- [Lifting State](/sei-example/react-updated-2019/react-state/lifting-state.md)
- [React Router](/sei-example/react-updated-2019/react-router.md)
- [Browser History/SPAs](/sei-example/react-updated-2019/react-router/browser-history-spas.md)
- [React Router (lesson and full codealong)](/sei-example/react-updated-2019/react-router/react-router-full.md)
- [Router Lab](/sei-example/react-updated-2019/react-router/lab-router.md)
- [Fetch and APIs](/sei-example/react-updated-2019/fetch-and-apis.md)
- [APIs with Fetch and Axios](/sei-example/react-updated-2019/fetch-and-apis/fetch-apis.md)
- [Fetch the Weather](/sei-example/react-updated-2019/fetch-and-apis/fetch-weather.md)
- [React Hooks](/sei-example/react-updated-2019/01-hooks-intro.md)
- [React LifeCycle](/sei-example/react-updated-2019/react-lifecycle.md)
- [Lab: Component LifeCycle](/sei-example/react-updated-2019/react-lifecycle/lifecycle-exercise.md)
- [React Deployment](/sei-example/react-updated-2019/react-deploy.md)
- [Additional Topics](/sei-example/react-updated-2019/additional-topics.md)
- [React Frameworks](/sei-example/react-updated-2019/additional-topics/react-frameworks.md)
- [Material UI Theming](/sei-example/react-updated-2019/additional-topics/react-frameworks/theme-exercise.md)
- [Typescript](/sei-example/react-updated-2019/additional-topics/01-intro.md)
- [More Types and Syntax](/sei-example/react-updated-2019/additional-topics/01-intro/02-more-types-and-syntax.md)
- [Tsconfig and Declaration Files](/sei-example/react-updated-2019/additional-topics/01-intro/03-tsconfig-declaration-files.md)
- [Generics with Linked List](/sei-example/react-updated-2019/additional-topics/01-intro/04-generics-linkedlist.md)
- [Redux](/sei-example/react-updated-2019/additional-topics/redux.md)
- [TypeScript](/sei-example/react-updated-2019/additional-topics/typescript.md)
- [Context API](/sei-example/react-updated-2019/additional-topics/context.md)
- [React Native](/sei-example/react-updated-2019/additional-topics/native.md)
