All Projects → fullstackreact → 30 Days Of React

fullstackreact / 30 Days Of React

30 Days of React Content and Source Code

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to 30 Days Of React

Evolving Simple Organisms
Evolving simple organisms using a genetic algorithm and deep learning from scratch with python
Stars: ✭ 117 (-93.3%)
Mutual labels:  tutorial
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (-93.19%)
Mutual labels:  tutorial
Go Realtime Collaborative Drawing App
A simple real-time collaborative drawing app built with Go
Stars: ✭ 121 (-93.07%)
Mutual labels:  tutorial
Particle Swarm Optimization
Learn about particle swarm optimization (PSO) through Python!
Stars: ✭ 117 (-93.3%)
Mutual labels:  tutorial
Qiskit Tutorials
A collection of Jupyter notebooks showing how to use the Qiskit SDK
Stars: ✭ 1,777 (+1.72%)
Mutual labels:  tutorial
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (-1.77%)
Mutual labels:  tutorial
Stanford Tensorflow Tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
Stars: ✭ 10,098 (+478.02%)
Mutual labels:  tutorial
Llvm Pass Tutorial
A step-by-step tutorial for building an LLVM sample pass
Stars: ✭ 122 (-93.02%)
Mutual labels:  tutorial
30 Days Of Python
Learn Python for the next 30 (or so) Days.
Stars: ✭ 1,748 (+0.06%)
Mutual labels:  tutorial
Instagrambot
Instagram bot in Node.js.
Stars: ✭ 121 (-93.07%)
Mutual labels:  tutorial
Godotrogueliketutorial
A guide to build a simple Roguelike game with Godot engine.
Stars: ✭ 117 (-93.3%)
Mutual labels:  tutorial
Vuex Shopping Cart
🛒 Shopping cart built with Vue and Vuex
Stars: ✭ 118 (-93.25%)
Mutual labels:  tutorial
Pt.javascript.info
Modern JavaScript Tutorial in Portuguese
Stars: ✭ 121 (-93.07%)
Mutual labels:  tutorial
Drone Tutorial
Drone Continuous Delivery Documentation using docker-compose
Stars: ✭ 117 (-93.3%)
Mutual labels:  tutorial
Java8 The Missing Tutorial
Java 8 for all of us
Stars: ✭ 1,566 (-10.36%)
Mutual labels:  tutorial
Raspberry Pi Os
Learning operating system development using Linux kernel and Raspberry Pi
Stars: ✭ 11,000 (+529.65%)
Mutual labels:  tutorial
Lightpack Docs
The most complete Lightpack project documentation
Stars: ✭ 120 (-93.13%)
Mutual labels:  tutorial
Learn jupyter
This is a jupyter practical tutorial. Welcome to edit together!
Stars: ✭ 123 (-92.96%)
Mutual labels:  tutorial
Jhipster Guides
Guides to help you learn JHipster quickly
Stars: ✭ 122 (-93.02%)
Mutual labels:  tutorial
Deploy Strapi On Aws
Deploying a Strapi API on AWS (EC2 & RDS & S3)
Stars: ✭ 121 (-93.07%)
Mutual labels:  tutorial


30 Days of React

An Introduction to React - in 30 Bite-Size Morsels

Written by Fullstack.io and friends


🚀 Introduction

Over the next 30 days, we'll walk through everything you need to know to work with React. From the very beginning through testing and deployment of our first app.

This repository contains the entire source and content for the article series of 30 Days of React hosted by the Fullstack React team.

👀 What's inside?

What is React?

What is JSX?

Our First Components

Complex Components

Data-Driven

State

Lifecycle Hooks

Packaging and PropTypes

Styles

Interactivity

Pure Components

create-react-app

Repeating Elements

Fetching Remote Data

Introduction to Promises

Displaying Remote Data

Client-side Routing

Introduction to Flux

Data Management with Redux

Redux actions

Redux Middleware

Introduction to Testing

Implementing Tests

Testing the App

Better Testing with Enzyme

Integration Testing

Deployment Introduction

Deployment

Continuous Integration

Wrap-up and More Resources

👩‍🏫 How to use this repository

Each day contains a full React application, following the same procedure used to create the article series. Most days can be run using the same basic steps (and for the days that require a bit more work, check out the tutorial series on the blog).

The steps run any 30 Days of React project are:

We can run these steps using the following commands:

# install the dependencies
yarn install

# start the project
yarn start

Since all of the days are built using the fantastic create-react-app tool, all of the commands are available from that project in every day.

Contributors

Ari

Nate Murray

Peter Ho Yeung Chan

Aaron


Fullstack React Book

Fullstack React Book

This repo was written and is maintained by the Fullstack React team. In the book we cover many more projects like this. We walk through each line of code, explain why it's there and how it works.

30 Days of React covers only the early basics of React. If you're looking to learn how to build real-world React apps, including libraries from the React ecosystem, there's no faster way than by spending a few hours with the Fullstack React book.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].