11 Matching Annotations
  1. Jan 2024
  2. Nov 2022
  3. Feb 2021
  4. Nov 2020
  5. Oct 2020
  6. Sep 2020
    1. That’s an interesting challenge because the counter on the index page should be fed by the store, but the counters on the static pages can just be fed by the database because they won’t change. There are a lot of possible solutions, but an easy one would be to just have the counter get its value from props if given, and otherwise fall back to the store. Implementing that is easy enough: