|
|
|
|
|
by bubbamack
26 days ago
|
|
It really depends on what you are building. I remember asking a Jr Dev to put up a simple static website of just a few pages and they were getting lost in react. Being an OG dev, I had to show them how to get it done faster and in a more lightweight manner with plain HTML, javascript and CSS. It was a simple site but the dev didn't know better cuz everything was done in react at the code camp they went to. Conversely, I had Claude build a webapp for internal purposes to help translate some content we were creating. It was done in HTML, JS and tailwind with no framework. After a while, I could see that the jank it kept adding would be a problem so I had Claude refactor it using sveltekit. |
|