-
Notifications
You must be signed in to change notification settings - Fork 4
Client side
Tom Richards edited this page Jun 24, 2020
·
14 revisions
TODO
TODO
- standard react state, prop drilling and contexts rather than things like Redux (also mention browser history state with link to 'Flows')
- Mix of class based and hooks based
As with the entire codebase we use TypeScript.
You will observe a convention for defining the shape of props and state with interfaces of the same name as the component plus Props
or State
respectively (e.g. MyStatefulComponent
will have interfaces defined somewhere near called MyStatefulComponentProps
and MyStatefulComponentState
).
TODO
TODO
Not what you're looking for? Be sure to use the navigation sidebar on the right. ➡️