Blog posts tagged with react

These are all the posts tagged with react from newest to oldest. Simple enough.

React, Redux and TypeScript: Typed Connect

Posted on 2017-03-09 00:06:38+00:00

React and Redux go well together. And thanks to a lot of hard work by the TypeScript team, it's become much easier to use the React/Redux ecosystem in a strongly-typed fashion. From discriminated unions to partial types you can practically type every part of your app. And yet typing connect from react-redux is still elusive. Read on to find out how.