All Projects → gilbarbara → react-redux-observables-boilerplate

gilbarbara / react-redux-observables-boilerplate

Licence: other
Starter kit for React with Router, Redux, Observable + RxJS

Programming Languages

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

Projects that are alternatives of or similar to react-redux-observables-boilerplate

Types First Ui
An opinionated framework for building long-lived, maintainable UI codebases
Stars: ✭ 114 (+28.09%)
Mutual labels:  redux-observable, rxjs
Rxjs Websockets
A very flexible and simple websocket library for rxjs
Stars: ✭ 248 (+178.65%)
Mutual labels:  redux-observable, rxjs
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (+53.93%)
Mutual labels:  redux-observable, rxjs
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-4.49%)
Mutual labels:  rxjs, react-router
mst-effect
💫 Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
Stars: ✭ 19 (-78.65%)
Mutual labels:  redux-observable, rxjs
Cra Boilerplate
Up to date: This project is an Create React App - v2.1.1 boilerplate with integration of Redux, React Router, Redux thunk & Reactstrap(Bootstrap v4)
Stars: ✭ 87 (-2.25%)
Mutual labels:  redux-observable, rxjs
Stuhome
📱 An iOS client for https://bbs.uestc.edu.cn/ written in react-native, redux and redux-observable.
Stars: ✭ 241 (+170.79%)
Mutual labels:  redux-observable, rxjs
Rxloop
rxloop = Redux + redux-observable (Inspired by dva)
Stars: ✭ 44 (-50.56%)
Mutual labels:  redux-observable, rxjs
hot-redux-chassis
Modern React/Redux/RxJS application using all the latest and greatest stuff from the community 🔥
Stars: ✭ 20 (-77.53%)
Mutual labels:  redux-observable, react-router
ts-react-boilerplate
A very opinionated (React/TypeScript/Redux/etc) frontend boilerplate
Stars: ✭ 43 (-51.69%)
Mutual labels:  redux-observable, react-router
React Admin
基于antd、redux-observable、redux-thunk、react-router响应式SPA脚手架,后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 141 (+58.43%)
Mutual labels:  redux-observable, react-router
arcomage-hd
Web-based, free and open source, remastered 3D clone of 3DO/NWC's 2000 card game Arcomage. 13 languages. Desktop or mobile Android iOS. Online or offline PWA. Against AI or Multiplayer (w/o server). 🧝👾🃏 (ts+react+redux+rxjs, CSS-based anim, WebRTC)
Stars: ✭ 55 (-38.2%)
Mutual labels:  redux-observable, rxjs
ts-action-operators
TypeScript action operators for NgRx and redux-observable
Stars: ✭ 34 (-61.8%)
Mutual labels:  redux-observable, rxjs
data-flow
frontend data flow explored in React
Stars: ✭ 19 (-78.65%)
Mutual labels:  redux-observable, rxjs
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (-13.48%)
Mutual labels:  redux-observable, rxjs
book-fullstack-react
Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo
Stars: ✭ 100 (+12.36%)
Mutual labels:  react-router
deeperience-react-native
React native boilerplate made by Deeperience
Stars: ✭ 85 (-4.49%)
Mutual labels:  react-router
nav-state-react-router
📕 Article Repo: Maintaining Navigation State with React-Router and Redux
Stars: ✭ 18 (-79.78%)
Mutual labels:  react-router
Oud
🎵 The frontend of Oud, an online music streaming service that is a mimic of Spotify with all its functionalities built using ReactJS, React-Router, Bootstrap.
Stars: ✭ 48 (-46.07%)
Mutual labels:  react-router
boring-router
A type-safe MobX router with parallel routing support.
Stars: ✭ 74 (-16.85%)
Mutual labels:  react-router

React-Redux-Observables Boilerplate

Build Status Dependencies Status Code Climate Test Coverage

Demo

Provides

  • react ^16.x
  • react-router ^4.x
  • redux ^3.x
  • redux-observable ^0.17
  • redux-persist ^5.x
  • react-helmet ^5.x
  • rxjs ^5.x

Building

  • webpack ^3.x

npm run build

Development

  • webpack-dev-server ^2.x
  • react-dev-utils ^4.x
  • react-error-overlay ^3.x
  • react-hot-loader ^3.x

npm start

Tests

  • jest ^22.x
  • enzyme ^3.x

npm test npm run test:watch

Browser Automation

  • nightwatch ^0.9
  • selenium ^3.4

npm run test:automation (with dev-server already running) npm run test:automation:start (start dev-server, run tests and exit)

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