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.
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.
Navigate to pages/index
and start editing.
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.