The pond is a collection of simple Fluid scenarios used primarily for testing.
If you want to run this container follow the following steps:
- Run
npm install
from theFluidFramework
root directory - Navigate to this directory
- Run
npm run start
Similar to the @fluid-example/clicker
but renders two clickers. One using the this.root
SharedDirectory and the other using a newly created SharedMap that is stored on the root.
An example that uses Container Providers to get an render current user information. This information
will only be rendered if the Container provides a Provider for IFluidUserInformation
.
The Pond renders all three of the above Fluid Objects.
The Container logic also initializes the UserInfo Provider below.
An example Container Provider that implements the IFluidUserInformation
interface.
The container is defined in src/index.tsx