Skip to content

boardx/boardx-demo

Repository files navigation

Fabric Next.js Sandbox

A Next.js app for reproducing fabric issues and creating examples. Next.js is built with both client and server code so we can test fabric in the browser and on node in a single example.

Reproducing

Creating a clear, easy to use reproduction is very IMPORTANT. Keep it simple and concise. Don't add stuff that is out of scope.

Make sure you are reproducing with the correct version of fabric.

Provide a detailed description including steps to reproduce in the REPRODUCE.md file.

Browser Reproduction

Navigate to pages/index and start editing.

Node Reproduction

Navigate to pages/api/fabric to see how to expose a server endpoint. All Next.js endpoints are available to the app at /api/XXX, XXX being the endpoint file name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published