React Authentication, Simplified

Authentication is one of those things that just always seems to take a lot more effort than we want it to. To set up auth, you have to re-research topics you haven’t thought about since the last time you did authentication, and the fast-paced nature of th… Read more

Similar

React and Redux with TypeScript

The most important element of a React + Redux application is "state". The state decides what the user interface will look like therefore it becomes essential to make sure that the state is always in a consistent and stable state. (more…)

Read more »