This is a short post about a book I just started reading and following along. It's called React Application Architecture for Production by Alan Alickovic from packtpub.com
I would highly recommend this book for intermediate web developers who are in the middle of building large-scale applications. It uses Next.js, TypeScript, MSW library for mocking endpoints and covers unit testing with Jest, integration testing with Jest and React Testing Library and Cypress for end-to-end testing.
It uses GitHub Actions (which I haven't tried yet) for CI/CD pipeline.
I hope to apply some of the techniques I learn from this book to my portfolio projects which I plan to start real soon.
Top comments (0)