Projects
Below are some utilities and libraries I have created on my personal time. They are open source, so feel free to contribute if they seem interesting.
Build any page with a moderate amount of reactivity, on the fly, using JSON. You can use native html elements, custom components or components from any component library. v-model, v-if and v-for are also supported.
Vue 3TypescriptVite
A simple Open-Close typescript rule engine with JSON rules. You can add custom conditions and extend the rule engine as needed.
TypescriptVite
I tried creating my own frontend framework borrowing the vue syntax and simple reactivity. In the "index.ts" file you will notice that the familiar ref, computed and mount are being imported from "framework" which is my frontend library code.
TypescriptVite