Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 847 Bytes

File metadata and controls

25 lines (18 loc) · 847 Bytes

learn-javascript

Learning and experimenting javascript features and libraries

Active Usages

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.js with its Hot Module Replacement feature to make our development process easier
  • nuxt: The framework we use for frontend development
    • nuxt-module: We use nuxt module for creating component libraries

Researches

These researches were started, but as a result we decided not to use them for now.

  • storybook: We considered Storybook for automated UI component testing