Uncategorized

React/Redux demo app using Hooks

t has been a while since I wrote an article at Codeproject and since I stopped writing articles I have seen many interesting articles, many by Honey The Code Witch, and I thought it was time I started writing articles again. This one is around React/Redux/TypeScript, which I know there are already lots of. But what I wanted to do is explore using React hooks, and Redux hooks. As such this article will be based around a simple WebApi backend and a fairly straight forward React front end that uses Redux and hooks where possible.

So with that in mind I came up with a simple demo app, which you can read about here : https://www.codeproject.com/Articles/5266424/Demo-app-using-React-Redux-Typescript-and-hooks

 

Leave a comment