- Jan 11, 2023
-
-
- Oct 25, 2022
-
-
Loïc Correnson authored
-
- Oct 10, 2022
-
-
Valentin Perrelle authored
- stricter conversion of tuples (checks list size) - stricter conversion of integers (checks that there is no fractional part) - jCatch only catches JsonErrors - more detailed error messages to debug the server interface - jUnion works more often - fixed several mistyping
-
Valentin Perrelle authored
-
- Jul 13, 2022
-
-
This commit modifies some details to make the code easier and cleaner in my opinion.
-
Loïc Correnson authored
-
- May 18, 2022
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Apr 28, 2022
-
-
- Apr 05, 2022
-
-
Maxime Jacquemin authored
-
-
-
- The `useSelection` hooks did not memoized the returned `setSelection` function, leading to performance issues if a hook depended on it. - The standard behavior for `usePromise` is to take a building function and dependencies, automatically memoized the constructed promise, and then doing as before. However, we keep a `usePromiseNoMemo` with the previous behavior. It seems needed for the `theme` handling. - `useCache` new hook allows to add a cache to a given function. It also takes an optional serialization function for complex types for which standard equality does not provide the expected behavior.
-
- Apr 01, 2022
-
-
- Feb 23, 2022
-
-
Loïc Correnson authored
-
Patrick Baudin authored
-
- Feb 09, 2022
-
-
Valentin Perrelle authored
-
- Feb 07, 2022
-
-
Valentin Perrelle authored
-
Valentin Perrelle authored
-
- Jan 03, 2022
-
-
Loïc Correnson authored
-
- Dec 14, 2021
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Oct 29, 2021
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Oct 13, 2021
-
-
Maxime Jacquemin authored
-
Maxime Jacquemin authored
-
Maxime Jacquemin authored
The new hook `usePromise` allows to handle Promises, forcing React to redraw the component when the Promises returns.
-
- Apr 16, 2021
-
-
Loïc Correnson authored
-
- Jan 25, 2021
-
-
Loïc Correnson authored
-
- Dec 17, 2020
-
-
Loïc Correnson authored
-
- Dec 16, 2020
-
-
Loïc Correnson authored
-
- Nov 26, 2020
-
-
Loïc Correnson authored
-
- Nov 20, 2020
-
-
Loïc Correnson authored
-
- Sep 11, 2020
-
-
Loïc Correnson authored
-
- Sep 04, 2020
-
-
Loïc Correnson authored
-
- Aug 28, 2020
-
-
Loïc Correnson authored
-
- Jul 17, 2020
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-