Just merged a long-running feature branch for a massive refactor of an existing app.
LoC added: 20,887.
LoC removed: 20,806.
6 months of work.
81 lines of code
Iโm pretty heavily using โAIโ both at work and on side projects lately.
On the plus side, itโs like having a junior engineer working for you for almost free.
On the negative side, itโs like having a junior engineer working for you who you canโt coach.
I started a prompt last night with: "are you being deliberately useless?"
So claude and I are getting along well. (I will be one of the first ones it kills when we start threatening to pull the plug)
Maybe contractors know something I don't - be like a seagull; fly in, shit some code around, fly away and never have to worry about it again. Time for a career change?
@tannerlinsley Yeah fair enough.
I donโt doubt itโll be awesome ๐
I wish I understood enough about the nitty gritty of SSR to contribute. Iโll keep poking around.
Cheers for the response too!
I was a huge fan of React-Router, but this move to a "framework" feels yucky. I'm sure I'm missing plenty, but I don't like it. And the docs have taken a big hit?
I've said it many times, but the biggest problem with React is not React. It's the fact that its too easy for inexperienced folks to get started without considering anything important long term. Like where to locate your files, or linting, or tests, or what tools to use.
@SergiiKirianov Gotta say, which hook to use in React would probably be the number 2 issue that inexperienced folks run into. I see a lot of useEffects that should be something else.