Бабкины Семечки
Reactive conditional rendering based on Store of objects
My application works like this:
- I send a request to the server for all tags, and put them in a store.
- For a given item, I query the server for the tags applied to that item, and put those tags into another store.
- I display all tags, with the applied tags highlighted so that the user can see which tags are applied to the item.
46 replies