# 28kb-react-redux-routing **Repository Path**: mirrors_developit/mirrors_developit_28kb-react-redux-routing ## Basic Information - **Project Name**: 28kb-react-redux-routing - **Description**: React + Redux + Routing Stack for just 28kb - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 28kb React + Redux + Routing Stack Just because your stack is awesome, doesn't mean it has to be fat. This repo serves as a minimally viable example of how to combine the great ideas of React + Redux without compromising on your build size. ## Behind the Curtain - React (via [Preact](https://github.com/developit/preact)) - Redux (via [Socrates](https://github.com/matthewmueller/socrates)) - Action Logging (via [Redux Logger](https://github.com/fcomb/redux-logger)) - Functional Routing (via [enroute](https://github.com/lapwinglabs/enroute) + [simple history middleware](https://github.com/matthewmueller/redux-routes)) ## See for yourself ``` git clone https://github.com/matthewmueller/28kb-react-redux-routing npm install npm start ```