- Implement support for Testnet. - ✔
- Implement
loadExternalStyles
API to load external fonts and css files. - ✔ - Add parameter
parameterName
forRouter
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
andpaths
- Put a file validator (tsx, jsx) above the Além server so that when it breaks, it doesn't break the main server/compiler