• Stars
    star
    172
  • Rank 216,809 (Top 5 %)
  • Language
  • License
    MIT License
  • Created about 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React[0] + Redux[0] > A brief introduction to React and Redux

React

Greenkeeper badge License: MIT

Original MOTTO: An easy way to learn React through examples.

Updated MOTTO: Learning React topic by topic.

Before starting


2/21/19 UPDATE: Many things happened in React and its ecosystem. I will try to update the sections to React 16.8.\* (Hooks and some interesting new APIs) and go deeper in the “Life cycle” paragraph for class-based Components. Also, I will be splitting sections in sub-sections for better understanding and proper grouping.


After several years of contributing, mentoring and working with JS and React, I decided to “put together” some notes linked to recurrent doubts and obstacles that friends and co-workers have to face daily.

This is a pure practical guide (ps, it was at the beginning): please, keep the practical intention present during the course of these "shared notes"; I don´t have the intent of challenging the great and plentiful coaching classes; neither the books/"white papers" that today, you can easily find anywhere (starting with the own Facebook´s proprietary documentation).

My aim, as I stated before (even with the latests addons and updates), is -still- clearly pragmatic. You will see some concepts and technicalities (as general and well-needed context) but you should (perhaps must) complement this "joint exercise" with other materials (I try to avoid quoting or referencing given that, an important part of your training is discovering good sources and picking those that satisfy your own and extremely personal "way to learn". However, taking a look the the mother source will not hurt you: react).

Getting Started

Pre-requisites

You DO need to have an intermediate knowledge of JavaScript and, preferably, some exposure to es2015 or ES6. Even when "more complex topics" (not ordinary ones) are addressed as needed as part of the "lessons" (for example leaks, currying) not having an underlying JS base at all will generate more doubts and it could guide you to frustration, and ultimately, a premature failure. If you don´t have experience with JavaScript, some familiarity with Functional Programming and Prototypes... Please, first resolve the context of this and then come back (btw, if this made you smile, you should be good).

Before proceeding with the tutorial, be sure that you have installed or, install...

Required

  • Node.js
  • Package manager (npm which comes with Node or yarn)

Note: packages, dependencies, libraries... are going to be referenced on-demand. Those whose scope is bigger will be addressed in 09_packages

Recommended

Alternatives

More Repositories

1

cloudformation

Some CF templates
114
star
2

data-structures-and-algorithms

Data Structures and Algorithms...
JavaScript
114
star
3

learn-javascript

JS notes
97
star
4

hack-your-next-interview

FullStack and FrontEnd job interview and common challenges
JavaScript
94
star
5

erc721-smart-contract

DApp with custom implementation of ERC-721
Solidity
56
star
6

node-express-postgresql

Node, Express and PostgreSQL
JavaScript
50
star
7

private-blockchain

Private Blockchain...
JavaScript
39
star
8

basic-aws-eks

Basic AWS EKS
25
star
9

design-patterns

Design Patterns
25
star
10

basic-apollo-graphql-mongodb

TODO: basic-apollo-graphql
18
star
11

basic-vue-vuex

Basic Vuex store implementation
Vue
17
star
12

basic-apollo-graphql-vue

TODO: Basic Apollo GrapQL and Vue.js
10
star
13

node-typescript-express-postgresql-authentication-authorization

Node, Typescript, Express, PostgreSQL, Authentication and Authorization with jsonwebtoken
TypeScript
4
star
14

vue-oauth-authentication

Vue, Vuex and OAuth 2.0 (Google)
JavaScript
3
star
15

aws

AWS > Various
JavaScript
2
star
16

node-typescript-express-postgresql-db-migrate

Node, Typescript, Express, PostgreSQL and migrations with db-migrate
TypeScript
1
star
17

basic-serverless-ci-cd

Basic CI/CD for serverless framework
JavaScript
1
star
18

terraform

Basic terraform notes
HCL
1
star
19

management-and-leadership

Management and Leadership Notes
1
star
20

learn-docker

Learn Docker
Dockerfile
1
star
21

react-state-local-storage

Persisting state in Local Storage
JavaScript
1
star
22

apollo-graphql-full

TODO > Full Apollo GraphQL example
JavaScript
1
star
23

learn-typescript

Learn TypeScript
1
star
24

node-express-postgresql-controllers

Node, Express and PostgreSQL with generic controllers
JavaScript
1
star
25

docker-app

Sample Docker App
JavaScript
1
star
26

s3-website-cli

Basic example of S3 Website- AWS CLI
HTML
1
star
27

learn-node.js

Learn Node
1
star