DEV Community

Discussion on: Practical Ways to Write Better JavaScript

Collapse
 
yaser profile image
Yaser Al-Najjar • Edited

Great list, Ryland 👍

I would like to add json-server, it's a freaking awesome tool to let the frontend developer work on his own.

The big plus is that it auto-magically makes the developer be able to write cleaner code (knowing that he will switch the backend api service later).

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

Just checked out JSON server it looks really cool, Thanks

Collapse
 
taillogs profile image
Ryland G

Hey, that looks like a very cool tool. It's like nock but for everything that isn't testing.

The big plus is that it auto-magically makes the developer be able to write cleaner code (knowing that he will switch the backend api service later).

That's always a great plus. Will have to try it out later. Thanks for recommendation. Glad you enjoyed the post!