ποΈ Frontend Architecture
After creating an app, it should look something like:
ποΈ Authentication
The project uses a JWT based authentication system with access and refresh tokens to protect the backend API and authenticate the user.
ποΈ π Design
Styling options
ποΈ Linter
The generated project is packed with ESLINT for linting, Prettier for code formatting and EditorConfig for editor configuration.
ποΈ πError Handling
Error Boundary: π§β Avoid unexpected blank pages on your app
ποΈ Upgrading Dependencies
pnpm outdated to see your out of date dependencies
ποΈ Deploying Frontend
Several options exist, the simplest one being using Vercel/Netlify with git integration for an extremely simple frontend deployment.
ποΈ Dependency security auditing
pnpm audit to see if your application has any dependencies with known vulnerabilities
ποΈ DecisionRecords
2 items