1
0
Fork 0
freesewing/sites/shared/hooks
Joost De Cock e47c18177b wip(shared): Removed useApp hook in favor of contexts
This removes the useApp hook from all org pages in favor of various
context. This means there is no longer global state that gets passed
around, instead each component that requires access to something shared
(like account, or navigation) can just use the context instead.

This is a first step, as a lot of shared components stil rely on app not
to mention the dev and lab sites.
2023-04-28 21:23:06 +02:00
..
toast.en.yaml wip(shared): Work on refactoring hooks 2023-03-24 16:33:14 +01:00
use-account.mjs wip(shared): Removed useApp hook in favor of contexts 2023-04-28 21:23:06 +02:00
use-backend.mjs wip(org): Work on measurments sets 2023-04-22 16:41:13 +02:00
use-bugsnag.mjs wip(dev): Refactoring navigation 2023-03-26 06:51:11 +02:00
use-language.mjs fix(org): Issues with unfinished confirmation page 2023-04-16 19:30:56 +02:00
use-navigation.mjs wip(shared): Removed useApp hook in favor of contexts 2023-04-28 21:23:06 +02:00
use-storage.mjs wip(shared): Work on refactoring hooks 2023-03-24 16:33:14 +01:00
use-theme.mjs chore: Linter warnings 2023-04-16 17:13:18 +02:00
use-toast.mjs wip(shared): Work on refactoring hooks 2023-03-24 16:33:14 +01:00
useGist.mjs useCallback for all gist mutation methods so they can be called in useEffect 2023-02-14 09:54:25 -06:00
useLocalStorage.mjs fix(org): Avoid recreating noAccount object on each render 2023-03-12 18:49:09 +01:00