10 - Frontend and Express
For our tenth topic in fullstack we’ll be covering how to connect something like a React frontend to an express backend. In particular, we’ll cover:
- What is frontend development?
- A brief React review
- How do React apps work?
- Monolithic vs Split Server Architecture
- Examples
It’s worth noting that while we’ll be focusing on React, these principles apply to any front-end framework and not just React.