Bloomca / veles

UI library with main focus on performance
https://bloomca.github.io/veles/
MIT License
47 stars 0 forks source link

add track value options #15

Closed Bloomca closed 4 months ago

Bloomca commented 4 months ago

Description

Add an options object to state.trackValue function, e.g. { skipFirstCall: true }, or { callOnMount: true }. This allows to tune how exactly you want to use this API without any hacks (in theory).