Declarative Data-Fetching and Caching for REST APIs in a React App

We are excited to announce the public release of a package we’ve been using internally at Sift to handle our client-side data fetching for over two years now: resourcerer. Resourcerer contains a React higher-order component (HOC) called withResources that… Read more

Similar

Reusable SVG Component in React

SVG is one of the image formats you want to use in JavaScript application. The question of why to choose SVG over other image formats is a separate topic to discuss. In this short tutorial, I would like to show how I handle SVG elements in React applicati... (more…)

Read more »

Generate React CLI

I enjoy working on React projects, but one thing that gets in the way of staying productive is having to write or copy boilerplate code repetitively when creating new components. Create React App and Gatsby do a great job of initializing new projects... (more…)

Read more »