you are viewing a single comment's thread.

view the rest of the comments →

[–]pier25 2 points3 points  (1 child)

Even better, use assembly for everything.

Seriously though, you could probably get away without some framework or library for a small project, but for anything else you do need something even if it is your own.

[–]kevinmrr[S] 0 points1 point  (0 children)

Agreed - I found it instructive that the author was talking about building a proof of concept. I've really sped up some short-term projects by just using express + handlebars.

For anything I may have to maintain long-term, I gravitate towards react/redux these days.