Back to projects
Jul 18, 2024
1 min read

frontend library (Vue's reactive system)

A basic frontend library insipred by vue reactivity system

A simple Frontend Library

This is a front-end library that’s is not recomended to use in production.

What it support

  • Reactive state update
  • Not sure if it’s fast, it’s for sure faster than React

What it doesn’t support

  • JSX
  • List rendering
  • Components Don’t know what else it doesn’t support, if you have an idea please open a PR

Planning to support

  • List rendering
  • Watchers & computed properties
  • Components

usage

still not on npm so just clone this repo and check counter.ts and main.ts