This is my first project I used Typescript together with Redux and Redux Saga
As data I just created a local JSON
array of Apple products. I'm using Redux Saga
to simulate a API call and load the data into a Redux store
Obviously to learn how to use static types with the Redux
framework and also to find the best practice how to structure the project and share data.