Article
11 of Our Favorite JavaScript Developer Tools
From JavaScript debugging tools to our favorite JS libraries, here are some of the resources that enable us to write better, cleaner code. Eight of Fresh’s devs weigh in on their choices for JavaScript developer tools.
1. ESLint helps everyone to write clean JavaScript code!
-Steve, CTO
2. Client/Server data synchronization library for Node.js I created that handles all communication between server and client, suitable for real-time applications and games.
–Sirius, Front-End Developer
3. postcss/autoprefixer for parsing CSS and adding vendor prefixes to rules.
–Chris G, Full-Stack Developer
4. JSFiddle is like a scratch pad for easily testing your JavaScript ideas or theories.
–Ryan, Full-Stack Developer
5. Plunker–great for prototyping testing ideas.
-John, .NET Developer