webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

feat(store): adds watch map to store element for better store interna… #72

Closed quarkus closed 1 year ago

quarkus commented 1 year ago

…l logic

example: prop filter changes value, store detects change and fetches new (filtered) data from REST Endpoint and updates response, new response updates all observers