Sasha
Sasha
TTCTheo's Typesafe Cult
Created by Sasha on 4/17/2023 in #questions
where to learn about FE performance/optimizations?
I feel that I’m fairly advanced on regular FE development (building our features on a daily basis), but not feeling confident about tracking performance, optimization techniques etc. Anybody has any suggestion where to start learning about this stuff? Or how to approach it? Like, let’s say, we’ve got a feature in a react project implemented in two ways - how to understand which one is more performant (faster/memory efficient, etc)?
8 replies
TTCTheo's Typesafe Cult
Created by Sasha on 3/12/2023 in #questions
migration from CRA to webpack
1 replies
TTCTheo's Typesafe Cult
Created by Sasha on 11/11/2022 in #questions
Why are the default prettier, tailwind and postcss configs are in .config.cjs type?
Is there any specific reason to it? I’ve tried adding rules to prettier.config.cjs, but they didn’t seem to work. Created .prettierrc file, same rules - worked. I’ve read that .prettierrc takes priority over .config.cjs file. So one of the assumptions - this choice was made so it’s simple for us to override the styles? But it doesn’t really make sense IMO, so looking for more sensible answers 🙂
1 replies