Hyperjump Web Framework (WIP)Hyperjump Web Framework (WIP)

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 useState and useEffect statements. 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-gen tool to generate the code for API routes. Doc: API Routes
  • Create a linter rule to prevent directly reading from process.env in the code. Doc: Environment Variables