Files
blog/content/data/works/react-ts.md
2023-02-21 19:44:30 +01:00

820 B

React TS implementation. It uses only pure function components thanks to React Hooks, which can be more or less related to Vue 3 Composition API.

It uses React Context as minimalistic store system, without extra complexity from external libraries like Redux or MobX.

Additional packages :

  • Generouted, file based routing system with layout support, compatible with Vite

Compared to Vue implementation, it seems a bit less magical and more explicit, as it likes for Symfony VS Laravel. Don't require heavy Typescript IDE tooling like Volar, because it's just pure TS function components.