TODO
This page lists all the TODO items for the project.
- Search for a linter rule to enforce the rule: "A React component must not have any
useStateanduseEffectstatements. All the state management and effect handling should be encapsulated in custom hooks." Doc: React - Search for a linter rule to enforce the rule: "Do not create inline functions that return JSX. Instead, create a separate component." Doc: React
- Create
route-next-gentool to generate the code for API routes. Doc: API Routes - Create a linter rule to prevent directly reading from
process.envin the code. Doc: Environment Variables