@vadistic/redux-model

react redux syntax with good typescript support and full redux compatibility

Usage no npm install needed!

<script type="module">
  import vadisticReduxModel from 'https://cdn.skypack.dev/@vadistic/redux-model';
</script>

README

@vadistic/redux-model

react redux syntax with good typescript support and full redux compatibility

GITHUB NPM

Overview

  • fully compatible with vanilla redux/react-redux
  • reducer autoinjection (code-splittable)
  • strongly typed actions & reducers (2-in-1 called "reactions") with no hassle
  • optional immer support
  • no dependencies

Installation

yarn add @vadistic/redux-model

Usage

see tests or example