All Projects → FortechRomania → React Redux Complete Example

FortechRomania / React Redux Complete Example

A react+redux example project based on the folder structure proposed here: https://github.com/alexnm/re-ducks

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Redux Complete Example

Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (-32.77%)
Mutual labels:  example, architecture
ddd-example-ecommerce
Domain-driven design example in Java with Spring framework
Stars: ✭ 73 (-82.41%)
Mutual labels:  example, architecture
Ark
ARK is a lightweight, agility, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 370 (-10.84%)
Mutual labels:  architecture
Habitat
Sitecore Modular Architecture Example
Stars: ✭ 407 (-1.93%)
Mutual labels:  architecture
Architecture.of.internet Product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
Stars: ✭ 18,661 (+4396.63%)
Mutual labels:  architecture
Laravel
[DEPRECATED] See https://github.com/lucidarch/lucid
Stars: ✭ 373 (-10.12%)
Mutual labels:  architecture
Jetpack Compose Whatsapp Clone
An example project to demonstrate how to build WhatsApp using Jetpack Compose.
Stars: ✭ 386 (-6.99%)
Mutual labels:  example
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (-12.53%)
Mutual labels:  example
Phpinsights
🔰 Instant PHP quality checks from your console
Stars: ✭ 4,442 (+970.36%)
Mutual labels:  architecture
Web Skills
A visual overview of useful skills to learn as a web developer
Stars: ✭ 5,107 (+1130.6%)
Mutual labels:  architecture
Redux Saga Examples
Yet another example repository for redux-saga.
Stars: ✭ 392 (-5.54%)
Mutual labels:  example
Ppt
PPT I collected
Stars: ✭ 380 (-8.43%)
Mutual labels:  architecture
Explicit Architecture Php
This repository is a demo of Explicit Architecture, using the Symfony Demo Application.
Stars: ✭ 372 (-10.36%)
Mutual labels:  architecture
Reference Architecture
The Reference Architecture for Agility is a technology-neutral logical architecture based on a disaggregated cloud-based model.
Stars: ✭ 384 (-7.47%)
Mutual labels:  architecture
Scriptableobject Architecture
Makes using Scriptable Objects as a fundamental part of your architecture in Unity super easy
Stars: ✭ 370 (-10.84%)
Mutual labels:  architecture
Peasy.net
A business logic micro-framework for .NET and .NET Core
Stars: ✭ 406 (-2.17%)
Mutual labels:  architecture
Cmake Templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
Stars: ✭ 368 (-11.33%)
Mutual labels:  example
Learning Rust
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
Stars: ✭ 376 (-9.4%)
Mutual labels:  example
Go Todo Rest Api Example
📚 A RESTful API example for simple todo application with Go
Stars: ✭ 385 (-7.23%)
Mutual labels:  example
Swiftui Architectures
Three different architectures (Model-View, Redux, MVVM) for using SwiftUI implemented at the example of a chat app
Stars: ✭ 413 (-0.48%)
Mutual labels:  architecture

WIP - Complete react-redux example project

An example project based on the folder structure proposed here: https://github.com/alexnm/re-ducks

Build Status

Usage

Clone the repo

git clone [email protected]:FortechRomania/react-redux-complete-example.git

Install dependencies

npm i

or with yarn, which I highly recommend

yarn

Run project

npm run compile
npm run dev-server

or both tasks in parallel in a single terminal

npm start

Access localhost:7777 to see the magic.

Running the tests

npm run test

Running eslint

npm run linter

Todos

  • [x] Ducks modular approach
  • [x] Server side rendering with prefetching
  • [x] Redux Dev Tools / HMR
  • [x] Styling Setup
  • [x] Codesplitting
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].