📄️ Getting Started
1. Install the core package
📄️ Scopes
React Beyond doesn't add any global mechanism to the page. It strictly operates within the subtree of the component it's applied to. (Scoping works with even HMR: if you have the same component in two different places, one with a Beyond component above it, and one without, and you change the component, React Fast Refresh will re-render them properly, re-applying the HOCs only to the component that needs it.)
📄️ TypeScript
Those Beyond Features which add directives, override the React type declarations to add the directive typing to the elements. For example:
📄️ Usage Patterns
Multiple features