Levieber / track-it

A task and a project tracker
https://track-it-six-pi.vercel.app
MIT License
0 stars 0 forks source link

Use Composition API #19

Closed Levieber closed 1 year ago

Levieber commented 1 year ago

Using the Compose API can be a good option to get better logic reuse and have more flexibility in code organization.

In addition to having good support for Typescript (mainly type inference), it has a smaller production package size and is more minification friendly.