Skip to content

Multi-page with Fabric #10418

Answered by DocAmz
tt2166 asked this question in Q&A
Jan 28, 2025 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Implementing multiple pages support

Introduction

I will walk you through the steps to implement multiple pages support.
This Method is based on my experience and may not be the best solution for your project. You can adapt it to your needs.

Stacks to implement multiple pages support :

  • Next.js
  • React
  • TypeScript
  • State management Mobx & mobx-react but you can use Redux or any other state management library

Prerequisites

Before you begin, ensure you have the following:

  • A working development environment with NextJS fabricJS 6+ installed

Steps

1. Define a save file format

I chose to work with JSON files, but you can choose any format that suits your needs.
You will need to save and restore t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tt2166
Comment options

@tt2166
Comment options

@DocAmz
Comment options

Answer selected by tt2166
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants