Marco Biedermann
1 min readJun 29, 2017

--

Why do you query the API on the server side? In my opinion this could be all done on the front-end. If you are using some server logic, I would query the API via server, store the results in your database. This way you save some API requests. Most public APIs are limited.

--

--

Marco Biedermann
Marco Biedermann

Written by Marco Biedermann

Full-Stack JavaScript Engineer with focus on React, Redux & Node.js and passioned about Open Source working @Mobime based in Berlin, Germany marcobiedermann.com

Responses (1)