Hacker News new | ask | show | jobs
by onion2k 2498 days ago
typesafe-actions looks useful but you don't strictly need it. You can use redux with TS just by adding @types/react-redux. https://redux.js.org/recipes/usage-with-typescript#usage-wit...