Hacker News new | ask | show | jobs
Show HN: Typechecked – boilerplate-free state transformations with redux-modules (github.com)
11 points by mboperator 3742 days ago
2 comments

Am I correct that this completely binds you to React, ie, couldn't be used with Angular or Mithril or anything?
The payload typechecking does conform to React's PropType standard though. If you don't want to require React for that to work you can grab a standalone PropType library. There are a few available:

https://www.npmjs.com/package/react-immutable-proptypes https://www.npmjs.com/package/react-prop-types

Nope, this is just another way to define Redux reducers. It's compatible with anything Redux is compatible with :)
this is doppppe
Thanks ^^ It's all about improving developer experience