ReactJS Guide with ES6, Redux

com.androfrenzy.paid.react

Total installs
13(13)
Rating
unknown
Released
May 19, 2020
Last updated
May 19, 2020
Category
Education
Developer
AndroFrenzy
Developer details
Name
AndroFrenzy
Website
unknown
Country
New Zealand
Address
Papakura, Auckland, NZ
Android SDKs
  • No items.
ReactJS Guide with ES6, Redux  Header - AppWisp.com

Screenshots

ReactJS Guide with ES6, Redux  Screenshot 1 - AppWisp.com
ReactJS Guide with ES6, Redux  Screenshot 2 - AppWisp.com
ReactJS Guide with ES6, Redux  Screenshot 3 - AppWisp.com
ReactJS Guide with ES6, Redux  Screenshot 4 - AppWisp.com

Description

React is a front-end library developed by Facebook. It is used for handling the view layer for web and mobile apps. ReactJS allows us to create reusable UI components. It is currently one of the most popular JavaScript libraries and has a strong foundation and large community behind it.

Audience

This tutorial will help JavaScript developers who look ahead to deal with ReactJS for the first time. We will try to introduce every concept by showing simple code examples that can be easily understood. After finishing all the chapters, you will feel confident working with ReactJS. As a bonus we will introduce additional elements that work well with ReactJS to help you learn the best practices and follow the modern JavaScript trends.

Prerequisites

If you want to work with ReactJS, you need to have solid knowledge of JavaScript, HTML5, and CSS. Even though ReactJS doesn't use HTML, the JSX is similar so your HTML knowledge will be very helpful. We will explain this more in one of the next chapters. We will also use EcmaScript 2015 syntax so any knowledge in this area can be helpful.

Chapters-

Overview
Environment Setup
JSX
Components
State
Props Overview
Props Validation
Component API
Component Life Cycle
Forms
Events
Refs
Keys
Router
Flux concept
Using Flux
Animations
Higher order Components
Best Practices