Merged PR 16: Transform every single class components into functional component
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This improve greatly the performance and the code cleaning.
It allows us to separate the inseparable class methods into modules functions
This commit is contained in:
Eric Nguyen 2022-08-09 15:15:56 +00:00
parent 1fc11adbaa
commit d9e06537e8
33 changed files with 1298 additions and 1261 deletions

View file

@ -37,7 +37,8 @@ steps:
jobs
pnpm i
pnpm run test:nowatch
kill -2 %1 2>/dev/null
pnpm run build
kill -2 %1 2>/dev/null
displayName: 'Test on Node.js 16.x LTS'
- task: NodeTool@0
@ -51,5 +52,6 @@ steps:
jobs
pnpm i
pnpm run test:nowatch
pnpm run build
kill -2 %1 2>/dev/null
displayName: 'Test on Node.js 18.x Latest'