Tips and Tricks

Keep packages up to-date
Fusion Framework is a mono repo, which means all packages are built in relation. Normally this would not cause issue, but good practice is to have all framework packages on the same build.
install npm-check-updates globally
npm install -g npm-check-updates
update all packages related to Fusion Framework
ncu -i -f /fusion-framework/ -t latest
Linting code
npm npm npm
::: tabs
@tab React
@tab POJ
:::