Man, frontend development can be a real headache sometimes. I feel like I’m getting pulled in a million different directions.
One minute I’m told to keep things basic, the next I’m supposed to use all these fancy new UI patterns. They say learn plain JavaScript, but then push all these frameworks like React and Vue.
And don’t even get me started on the whole Tailwind vs CSS debate. Or the ‘don’t reinvent the wheel’ but also ‘don’t rely on libraries’ thing.
It’s like:
const advice = {
simplicity: true,
complexity: true,
performance: 'crucial',
speed: 'essential',
cleanCode: 'must-have',
pragmatism: 'vital'
}
How are we supposed to balance all this? I’m stuck in this endless loop of designing, rewriting, and second-guessing everything.
Anyone else feel like they’re going crazy trying to follow all this contradictory advice? How do you deal with it?