SWR 1.0: The React hook for speedy data-fetching
Almost 2 years ago we open sourced SWR, the tiny data-fetching React library that people love. Today we are reaching another milestone: the 1.0 version of SWR. (more…)
Read more »In part one of this React series we built a client-side tube status mobile web app. In this part we’ll examine server-side rendering to generate some HTML. Motivations Our previous app was entirely written in JavaScript and this meant that nothing was dis…