smooth-reducers

React reducers I want to share across my "smooth" branded projects

Usage no npm install needed!

<script type="module">
  import smoothReducers from 'https://cdn.skypack.dev/smooth-reducers';
</script>

README

  • Why Group react reducersutility functions together to avoid copying and pasting code
  • What
    • Randomnes reducer
      • Uses seeded random numbers to make randomness testable
    • time reducer
      • Allows for replaying time ticks if "setInterval" ticks are skipped