-
Book Overview & Buying
-
Table Of Contents
React Application Architecture for Production..
By :
Abstract discussions of architecture are useful, but architecture decisions happen in the context of real applications with real requirements. So, we're going to build one.
Throughout this book, we'll build an AI Ideas Community Platform. This is a social application where users can share AI application ideas, browse ideas from others, and write reviews. Think of it as a community hub for people who want to share what they're building or thinking about building in the AI space.
Why this application? Because it touches on most of the architectural decisions we've been discussing. It has public pages (for SEO). It has authenticated pages (for posting ideas and reviews). It has user-generated content (which means we need sanitization). It has forms (ideas and reviews). It has list views with filtering and search. It has relational data (users, ideas, reviews). And it's conceptually straightforward enough that we can focus on architecture...