All Projects → gajus → Redux Immutable Examples

gajus / Redux Immutable Examples

A complete application showing use of redux-immutable.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Redux Immutable Examples

Reactjs101
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
Stars: ✭ 4,004 (+3787.38%)
Mutual labels:  immutablejs
Chat Buy React
Client for beginners to learn, built with React / Redux / Node
Stars: ✭ 1,026 (+896.12%)
Mutual labels:  immutablejs
React Eyepetizer
react版「Eyepetizer」开眼短视频
Stars: ✭ 83 (-19.42%)
Mutual labels:  immutablejs
Snowflake
❄️ A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
Stars: ✭ 4,576 (+4342.72%)
Mutual labels:  immutablejs
Immutablejs For Beginners
This documentation is trying to help people who starts using FB immutable.js but at the same time feeling confused by the original documentation
Stars: ✭ 25 (-75.73%)
Mutual labels:  immutablejs
Immutable Treeutils
Functional tree traversal helpers for ImmutableJS data structures
Stars: ✭ 67 (-34.95%)
Mutual labels:  immutablejs
Jackblog React
Jackblog react 版, 个人博客系统, 使用服务端渲染(Universal / Isomorphic), react, redux, react-router, react-bootstrap, immutablejs, redux-form等
Stars: ✭ 292 (+183.5%)
Mutual labels:  immutablejs
Neteasecloudmusic
React 16.13.1 - Create React App 实现网易云音乐(网页版)
Stars: ✭ 98 (-4.85%)
Mutual labels:  immutablejs
Blink Mind React
A mind map library for react that based on immutable.js.
Stars: ✭ 38 (-63.11%)
Mutual labels:  immutablejs
React Base
atSistemas React/Redux Isomorphic Platform
Stars: ✭ 82 (-20.39%)
Mutual labels:  immutablejs
Redux Connect
Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React
Stars: ✭ 551 (+434.95%)
Mutual labels:  immutablejs
Redux Storage
Persistence layer for redux with flexible backends
Stars: ✭ 681 (+561.17%)
Mutual labels:  immutablejs
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (-30.1%)
Mutual labels:  immutablejs
React Social Network
Simple React Social Network
Stars: ✭ 409 (+297.09%)
Mutual labels:  immutablejs
React Redux Card Game
A web version of Blizzard's Hearthstone game built with React, Redux and ImmutableJS
Stars: ✭ 85 (-17.48%)
Mutual labels:  immutablejs
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+18166.02%)
Mutual labels:  immutablejs
Inferno Most Fp Demo
A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques
Stars: ✭ 45 (-56.31%)
Mutual labels:  immutablejs
Oh My Fullstack
🚀 Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)
Stars: ✭ 99 (-3.88%)
Mutual labels:  immutablejs
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (-7.77%)
Mutual labels:  immutablejs
Ant Simple Pro
简洁,美观,快速上手,支持3大框架(vue3.0,react,angular,typescript);Concise, beautiful, quick to get started, support 3 big frameworks
Stars: ✭ 73 (-29.13%)
Mutual labels:  immutablejs

redux-immutable examples

This app demonstrates:

  • How to use redux-immutable combineReducers.
  • How to make a reducer using Immutable data.
  • How to make a selector using Immutable data.
  • How to use middleware.
  • How to use react-hot-reload.

To launch the app:

git clone [email protected]:gajus/redux-immutable-examples.git
cd ./redux-immutable-examples
npm install
npm start
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].