bounswe / bounswe2024group11

Developing Turquiz, a platform for Turkish people to get better at English
https://bounswe.github.io/bounswe2024group11/
11 stars 1 forks source link

Decide the Libraries to Use in the Client App #499

Closed umitcan07 closed 3 weeks ago

umitcan07 commented 3 weeks ago

🧱 Description

We should settle on the libraries for:

To be reviewed by: @hks1444 @Meminseeker

📋 Acceptance Criteria

umitcan07 commented 3 weeks ago

Libraries

Styling

umitcan07 commented 3 weeks ago

Ready!

Meminseeker commented 3 weeks ago

What was the problem with Biome? @umitcan07

Also, what are the pros and cons of choosing pnpm over npm?

umitcan07 commented 3 weeks ago

@Meminseeker pnpm is way faster, we always found ourselves install libraries again. (especially docker compose up => pnpm build faster than npm build)

biome is way too new, it is a great formatter + linter but some of the stuff we need is missing. and i found it hard to find what i need from their docs.)

hks1444 commented 3 weeks ago

I supported using npm because we had to switch back to npm in the previous semester, but now it works fine and is faster. Well done.