Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 742 Bytes

roadmap.md

File metadata and controls

10 lines (10 loc) · 742 Bytes
  • Implement support for Testnet. - ✔
  • Implement loadExternalStyles API to load external fonts and css files. - ✔
  • Add parameter parameterName for Router component. This is going to allow changing the default route param name ("path") that's used to control and watch all routes. - ✔
  • Implement feature to the compiler that changes the consts/lets/vars names to avoid conflicts.
  • Support to using the same const names in different files. - ✔
  • Each component should have its own state - ✔
  • createContext, useContext feature - ✔
  • E2E Tests
  • Add support to tsconfig.json baseUrl and paths
  • Put a file validator (tsx, jsx) above the Além server so that when it breaks, it doesn't break the main server/compiler