@symbolic/redux

redux utilities

Usage no npm install needed!

<script type="module">
  import symbolicRedux from 'https://cdn.skypack.dev/@symbolic/redux';
</script>

README

setup

install peer dependencies

development

npm link here, npm link @symbolic/redux there once done, run install there, and that should break the link

publishing

make sure you build first

debugging

  • undefined is not an object (evaluating 'action.apply')]
    • you're passing mapDispatch an undefined action
    • might need to reinstall npm install --save @symbolic/lib
  • ctor is undefined: probably need to restart app?
  • permission denied: npm install --save @symbolic/lib