1.2.7 • Published 1 year ago

dm-react-bifrost v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-bifrost

A React library that bridges multiple frameworks/events inside the same app.

NPM JavaScript Style Guide

Logo

Install

yarn install --save dm-react-bifrost

Introduction

React Bifrost is a React library that acts as a bridge between two frameworks running inside the same web app. It was specially developed because I wanted to use React to develop the UI for my game, Epoch Rift.

React Bifrost uses the term 'realms' to refer to scenes which usually are composed of multiple React components. Each realm should can be opened or closed depending on what your needs.

Bifrost is built using Recoil for state management with an atomic model.

Usage

Initialize Bifrost in your React application by doing this on your entry point.

To setup Bifrost you simply need to render the Bifrost container in your React application.

import {BifrostContainer} from 'dm-react-bifrost';

const App = () => {
  return <BifrostContainer config={config} />;
};

Documentation

Head over to our Documentation Page to learn more about Bifrost.

Projects

Let me know if you want to feature your project in here

License

MIT © davidsmorais

1.2.0

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.10-alpha.1

1 year ago

1.1.8-alpha.3

1 year ago

1.1.8-alpha.2

1 year ago

1.1.8-alpha.1

1 year ago

1.1.9-alpha.2

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago