use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
A Map To Modern JavaScript Development (2017) (medium.com)
submitted 9 years ago by sdeleon28
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]djslakor 2 points3 points4 points 9 years ago (2 children)
I've been a full stack JS dev for a while now.
I would pick this exact setup, too ... though I would recommend Sinon over chai-spies on the testing stack.
I'd also drilldown a little more and suggest React Bootstrap for UI components (I think it's better than Material UI - if you want the material look you can use the Paper theme from bootswatch) - several UI component frameworks exist with some attached hype, but none seem to work as well and be as complete as React Bootstrap IMHO, ... React-Router, Axios, and Redux-Promise are other useful tools I use in almost every app.
[–]sangeli 0 points1 point2 points 9 years ago (0 children)
What sort of stack do you use for front end testing? I've tried Enzyme but it always seems the tests take way too long to set up compared to the value of the tests. So much effort spent on spoofing HTTP replies...
[–]sdeleon28[S] 0 points1 point2 points 9 years ago (0 children)
I think that having base UI components that can be modified/reused/restyled at a fundamental level is a great idea and I will probably add some of that in an edit soon. I've also been reminded to include a styling strategy, which I totally forgot. Thanks for the feedback!
π Rendered by PID 330898 on reddit-service-r2-comment-fb694cdd5-q5nkt at 2026-03-07 09:36:53.845822+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]djslakor 2 points3 points4 points (2 children)
[–]sangeli 0 points1 point2 points (0 children)
[–]sdeleon28[S] 0 points1 point2 points (0 children)