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

Reply to this note

Please Login to reply.

Discussion

I like this part:

import { useAccountContext } from './contexts/AccountContext';

import { useProfileContext } from './contexts/ProfileContext';

import { useSettingsContext } from './contexts/SettingsContext';

Will check it out for inspiration 🔥