Overview of packages
@react-facet/core includes:
- Implementation of core
Facetdata structure - Functions for constructing and operating with
Facets - React Hooks for working with
Facets inside React components
@react-facet/dom-fiber includes:
- A custom React Renderer that understands
Facets natively - Implementation of
fast-*components to be used in place of traditional JSX DOM elements when usingFacets
@react-facet/shared-facet includes:
- Custom
Facetdesigned to interface directly with game engines that use Gameface - Custom
Contextcomponent for driving communication between React and the game engine - React hooks and helper functions for using
sharedFacets
@react-facet/dom-fiber-testing-library includes:
- Testing utilities for React Facet components