- Preventing the loading of libraries in the code base unless on the page that requires it. Ex: This is a page that
does not use ReactScrollBars and RangeInput: img width= 660 alt= Screenshot 2023-03-27 ...
The proposed acceptance criteria of containers and components.
Components that are agnostic and do not require Gatsby are to be placed in the shared library over time
/packages/shared/ui. It is not necessary ...
This RFC is to determine the relevant markup standards, ARIA roles, and accessibility best practices for components in
EXO, along with their proper use. Components are expected to use these standards at ...
A draft reference discussion on concepts to accurately detect a person vision, within the right location, and if they
follow the expected pattern of other human visitors.
Initial References:
Device has ...
Using zustand fails to build in Gatsby in production. As such, we need an alternative.
Options:
- React useContext
- Find a way to make zustand work in production
- jotai: jotai
- Recoil: https://recoiljs.org ...
When a group of fields are together, such as a collection of filters, the correct reference for this is here:
https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/examples/checkbox-mixed/
Example:
fieldset ...