Personal Tech Stack And Tools

Common.


For Package Manager

  • I primarily use pnpm
  • However I prefer to use bun.

Sometimes in order to quickly run a simple project, I will choose tsx to compile my files

Extensions

  • For mocking service data, I often use the tool Mock:Intercept and directly return data , it's simple and very useful;
  • With LocatorJS, when we need to debug our page elements, using LocatorJS allows us to quickly anchor out code, just 1 second :);

Tools

  • js-analyzer - An interactive, visual front-end dependency analysis tool. Applicable for any front-end project such as Vue, React, Svelte, Angular, Node