Building a blog engine is always an interesting full stack project with the right level of challenge to be able to understand a new framework or technology. In these multi part posts, you will learn how to create a blog engine with Reactjs & Spring Boot backend. You will see code samples on how to build a react app with functional components and manage state with reac redux. You will also see how to create a Spring Boot based backend that stores data in an in-memory H2 relational database. All the code in this post can be acquired from it’s Github repository.
You can read the first two parts on the My Day To-Do blog below,
How to build a blog engine with React & Spring Boot — Part 1 — My Day To-Do (mydaytodo.com)
How to build a blog engine with React & Spring Boot — Part 2 — My Day To-Do (mydaytodo.com)
