I like this part:
import { useAccountContext } from './contexts/AccountContext';
import { useProfileContext } from './contexts/ProfileContext';
import { useSettingsContext } from './contexts/SettingsContext';
If you're wondering what the Primal source code looks like, here it is (kinda): https://git.v0l.io/Kieran/primal
Reversed from the source map using https://github.com/paazmaya/shuji
I like this part:
import { useAccountContext } from './contexts/AccountContext';
import { useProfileContext } from './contexts/ProfileContext';
import { useSettingsContext } from './contexts/SettingsContext';
No replies yet.