All Projects → jsmentor → react-workshops

jsmentor / react-workshops

Licence: other
Online react workshops

Programming Languages

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

Projects that are alternatives of or similar to react-workshops

data-flow
frontend data flow explored in React
Stars: ✭ 19 (-47.22%)
Mutual labels:  redux-observable, redux-saga, redux-thunk
Redux Subspace
Build decoupled, componentized Redux apps with a single global store
Stars: ✭ 319 (+786.11%)
Mutual labels:  redux-observable, redux-saga, redux-thunk
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (+280.56%)
Mutual labels:  redux-observable, redux-saga, redux-thunk
Hover
A very lightweight data store with action reducers and state change listeners.
Stars: ✭ 97 (+169.44%)
Mutual labels:  flux, flux-architecture
Nanoflux
A very lightweight and dependency-free Flux implementation
Stars: ✭ 56 (+55.56%)
Mutual labels:  flux, flux-architecture
Fleur
A fully-typed, type inference and testing friendly Flux Framework
Stars: ✭ 74 (+105.56%)
Mutual labels:  flux, flux-architecture
Vuex-Alt
An alternative approach to Vuex helpers for accessing state, getters and actions that doesn't rely on string constants.
Stars: ✭ 15 (-58.33%)
Mutual labels:  flux, flux-architecture
Firedux
🔥 🐣 Firebase + Redux for ReactJS
Stars: ✭ 148 (+311.11%)
Mutual labels:  flux, flux-architecture
Fluxcapacitor
This is what makes the Flux design pattern possible.
Stars: ✭ 126 (+250%)
Mutual labels:  flux, flux-architecture
Smitty
Tiny flux implementation built on mitt
Stars: ✭ 210 (+483.33%)
Mutual labels:  flux, flux-architecture
fluxy
Fluxy is a Flux architecture implementation written in Kotlin.
Stars: ✭ 25 (-30.56%)
Mutual labels:  flux, flux-architecture
Delorean
An Agnostic, Complete Flux Architecture Framework
Stars: ✭ 748 (+1977.78%)
Mutual labels:  flux, flux-architecture
universal-routed-flux-demo
The code in this repo is intended for people who want to get started building universal flux applications, with modern and exciting technologies such as Reactjs, React Router and es6.
Stars: ✭ 31 (-13.89%)
Mutual labels:  flux, flux-architecture
Fluxxan
Fluxxan is an Android implementation of the Flux Architecture that combines concepts from both Fluxxor and Redux.
Stars: ✭ 80 (+122.22%)
Mutual labels:  flux, flux-architecture
mini-swift
Minimal Flux architecture written in Swift.
Stars: ✭ 40 (+11.11%)
Mutual labels:  flux, flux-architecture
Goes
Go Event Sourcing made easy
Stars: ✭ 144 (+300%)
Mutual labels:  flux, flux-architecture
react-ts-sample
sample tech stack with react and typescript
Stars: ✭ 26 (-27.78%)
Mutual labels:  redux-observable, redux-saga
redux-reducer-async
Create redux reducers for async behaviors of multiple actions.
Stars: ✭ 14 (-61.11%)
Mutual labels:  flux, flux-architecture
AndroidFluxPractice
Android Flux Practice
Stars: ✭ 51 (+41.67%)
Mutual labels:  flux, flux-architecture
React Redux Firebase
Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
Stars: ✭ 2,492 (+6822.22%)
Mutual labels:  redux-observable, redux-thunk

React Workshops

A series of online React workshops are being hosted by Mehran Hatami(fixjs) and here you could find all the resources and codes used in this workshops.

Note:

Recorded videos of all the sessions would be shared at my youtube channel: JavaScript Mentor. You could find the playlist here: React Workshops Playlist.

1. A Step-By-Step Walkthrough Of Redux Data Flow

Redux architecture revolves around a strict unidirectional data flow and in this workshop we are going to use redux-thunk to walk you through the step by step of the data flow.

2. Understanding the React Component State and Lifecycle

React components have several "Lifecycle Methods" that you can override to run code at particular times in the process. We will cover every single step of the lifecycle by debugging and live coding. We will also cover how state works in every step.

3. Middlewares And React Redux Life Cycle

Middlewares are functions that are automatically called by the framework(Redux in our case) somewhere in the middle of the supposed control flow to enhance or change the output, before the end of the control flow.

4. Universal React with Next.js - React on the Server

We are going to first talk about the concept of "Universal JavaScript", then we'll discuss how to use React to implement a Universal App and eventually we'll set up a Universal React Application using Next.js.

5. ES6/ES2015 Function Generators and Redux-Saga

Redux-Saga is a library that aims to make side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) in React/Redux applications easier and better.

6. Basics Of RxJS Observables (a preparation for redux-observable)

In this session we cover basics of RxJS Observables to be prepared for the next session which is going to be about redux-observable, a redux middleware.

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].