|
|
|
|
|
by re-thc
495 days ago
|
|
> it's much easier if I can just go in quickly and add the field I need This assumes that just because it's the "same language" it's all the same. It's especially true in Javascript land where the React setup is vastly different than the Node backend framework setup. You get bundler differences, ESM/CJS, different versions of Node (or even Bun / Deno), linters or things like decorators, etc... You can be doing "functions" with React and then head to classes and modules with NestJs all of a sudden. It pretends to be much easier. I've seen lots of real world assume-there's-a-shortcut method that just makes it worse. |
|