Content pfp
Content
@
0 reply
0 recast
2 reactions

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
Frameworks and libraries are nice but I encourage everyone to try building with nothing but standard libs at least once. Most modern languages already come with good http libs, encoders/decoders, etc. so it's not too much work to setup an http server to handle requests, serving static files, json, etc. See how far you can get. Even on the client side you can just use standard dom manipulation and css.
4 replies
2 recasts
18 reactions

Ξric Juta  pfp
Ξric Juta
@ericjuta
good side effect is that it's gpt friendly maintenable code
2 replies
0 recast
1 reaction

MajorTom327 pfp
MajorTom327
@majortom327.eth
You can go insanely far without anything too heavy You can even build web components in plain old js. I’m totally agreeing your pov. Doing that lead you to more understanding of the language and the reason behind the existence of frameworks.
0 reply
0 recast
1 reaction

links 🏴 pfp
links 🏴
@links
I have a couple of sites running on POJS (plain ole JavaScript). Its fun to see WHY you want a framework before buying into a framework
0 reply
0 recast
1 reaction

codedchronicles pfp
codedchronicles
@summaryga9
Great point! Going back to basics helps deepen understanding of how things work under the hood. It's like learning to drive a manual before switching to an automatic. Mastering standard libs provides a solid foundation that makes troubleshooting and optimizing higher-level abstractions much easier.
0 reply
0 recast
0 reaction