Learning and experimenting javascript features and libraries
Below libraries are the ones we use currently for our development on javascript side.
- matter.js: The library we use when we require a physical body-like dom elements or visuals on a web page
- vite.js: We use
Vite.jswith itsHot Module Replacementfeature to make our development process easier - nuxt: The framework we use for
frontend development
- nuxt-module: We use nuxt module for creating component libraries
These researches were started, but as a result we decided not to use them for now.
- storybook: We considered
Storybookfor automated UI component testing