Getting started with Preact, Typescript, Webpack and Redux
In addition what we already have from --
we need to do the following:
yarn add redux react-redux
- Wrap our app with
<Provider>
(code in index.tsx) - Redux configuration can be found in
src/setup/redux