11 Matching Annotations
  1. Jan 2022
  2. Nov 2020
    1. Svelte's advantage here is that it indicates the need for an update at the place where the associated data is updated, instead of at each place the data is used. Then each template expression of reactive statement is able to check very quickly if it needs to rerender or not.
  3. Oct 2020
    1. So how do we declare the variable y to be the value of x plus 5? That's where reactive programming comes in. Reactive programming is a way of programming that makes it possible solve this problem
  4. Jul 2020
  5. Sep 2019
  6. Aug 2018
  7. Apr 2018