Cookbooks
As we develop features in Fusion Framework, we also develop Cookbooks to test and show examples of these new features. We believe that there are no template to rule em all, secondly it takes a lot of effort to
maintain such templates (which the user scraps anyway). Therefor we try to show practical small example of usage in these cookbooks (we encourage developers to submit cookbooks if they find use cases which we have not covered).
a future dream would be to run these cookbooks in a code playground, so developers could interactively test out different scenarios
::: code-tabs
@tab https
git clone https://github.com/equinor/fusion-framework.git
@tab:active ssh
git clone git@github.com:equinor/fusion-framework.git
@tab GitHub CLI
gh repo clone equinor/fusion-framework
:::
# install and build fusion framework
pnpm i
pnpm build:packages
cd cookbooks/app-react
pnpm dev
# follow link to http://localhost:3000/apps/app-react
:::
::: tabs
@tab:active React
- a simple plain react app
- an application with react router 6
- an application with context
- an application with bookmark
- an application with AG-grid
- an application with Context
- an application with Context error
- an application with custom module
- an application with custom module
- an application with custom module
- an application with custom module
@tab Vanilla