Skip to content

Commit

Permalink
Update libraries titles
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Nov 19, 2024
1 parent d29b478 commit 6c064a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pages/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## πŸ“¦ Package Manager

### PNPM
### πŸ“ PNPM

**[PNPM](https://pnpm.io/)** is a fast, disk space efficient package manager. It's a great alternative to NPM and Yarn. PNPM uses a **[content-addressable](https://pnpm.io/motivation)** store to keep dependencies. It's a great choice for monorepo projects.

## πŸ”₯ Bundler/Compiler

### Vite
### πŸ“ Vite

**[Vite](https://vite.dev/)** is a build tool that aims to provide a **faster** and leaner development experience for **modern** web projects. If there is no any bottleneck in your project, Vite is the best choice for starter templates.

### SWC
### πŸ“ SWC

[SWC](https://swc.rs/) is a super-fast **JavaScript/TypeScript** compiler written in **Rust**. It's a faster alternative to Babel and TypeScript compiler. Also, we can use SWC with Vite to speed up the development process.

Expand All @@ -25,12 +25,12 @@ Supported tools:
## πŸ§ͺ Testing

### Vitest
### πŸ“ Vitest

**[Vitest](https://vitest.dev/)** is a Vite powered **fast**, **lightweight**, and **minimal** testing framework. It's a great alternative to *Jest* and Mocha.

## βœ… Linter/Fomatter

### ESLint
### πŸ“ ESLint

**[ESLint](https://eslint.org/)** is a static code analysis tool for identifying problematic patterns found in JavaScript code. It's a great choice for modern web projects.

0 comments on commit 6c064a7

Please sign in to comment.