Function JacdacProvider

  • Mounts a Jacdac context with the provided bus. The bus should be instantiated outside of the React tree to work well with hot-reload solution (avoiding the bus to constantly reset)

    Parameters

    • props: {
          children: ReactNode;
          initialBus?: JDBus;
      }
      • children: ReactNode
      • Optional initialBus?: JDBus

    Returns Element

Generated using TypeDoc