7 Matching Annotations
  1. Mar 2023
    1. nvariants cognitifs

      Ces invariants cognitifs sont-ils caractérisés ainsi d'un point de vue inter-individuel (l'individu s'est forgé ces outils conceptuels d'analyse du monde qui lui permettent d'élaborer ses représentations) ou d'un point de vue intra-individuel (ces invariants sont issus de la culture et de systèmes de croyance et de connaissance partagés entre individus ?). Merci d'avance

  2. Dec 2021
  3. Oct 2020
    1. Final Form makes the assumption that your validation functions are "pure" or "idempotent", i.e. will always return the same result when given the same values. This is why it doesn't run the synchronous validation again (just to double check) before allowing the submission: because it's already stored the results of the last time it ran it.
  4. Nov 2019
    1. Injector components should never be self-closing, and they should never wrap multiple children. We can fix this at code-time and not wait for the errors at runtime.
    2. This naming convention helps developers understand the component’s contract