Part 3:Single-Page Apps with Vue and Go
In Part 3, we introduce frontend frameworks before diving into how we can combine Vue with Go and explore different frontend technologies to power our sample applications. We will look at implementing Cross-Origin Resource Sharing (CORS) and using JWT for sessions in our application to simplify and secure our app from bad actors!
This part includes the following chapters:
- Chapter 7, Frontend Frameworks
- Chapter 8, Frontend Libraries
- Chapter 9, Tailwind, Middleware, and CORS
- Chapter 10, Session Management