Due to the nature of apps, we cannot give any set instructions for updating Fuse. It heavily depends on your
project and it's up to you to update your code. However, there are couple points that we want to put forward
which might help you to keep Fuse updated.
-
The most important one is not to touch the /@fuse directory but sometimes that is going to be
inevitable and in those cases, try to keep the modifications minimal.
-
Usually Angular and Angular Material libraries do some breaking changes and force our hands to change
things. In those cases, it's always good to check their official Changelogs to see what they did.
Usually they provide clear instructions and even helper tools to update your code.
-
Before starting your new project, join our Github repo, fork it and build your
app on top of that fork. This way, in the future, you can easily merge the changes from the main repo
onto your fork. This will require merging a lot of changes manually, but it's the best way to keep the
Fuse updated.