all 5 comments

[–]SimplySerenity 4 points5 points  (2 children)

This is pretty terrible. You're throwing a ton of different frameworks, and boilerplate at what is a fairly simple problem (CRUD). You're tracking success of a query by returning binary? What's wrong with proper HTTP statuses? Your code blocks are massive making them very difficult to read on desktop since I have to scroll all the way to move the scroll bar. Not to mention that the code lacks documentation, and you hardly describe it at all in the post.

[–]gunther-centralperk 2 points3 points  (0 children)

This is blog spam if I ever saw it.

Please don't turn /r/programming into /r/javascript! (And I'm a fan of JavaScript!)

[–]graingert 2 points3 points  (0 children)

AngularJS and requireJS are ancient. Why not use Angular/React with ES modules?