JQuery to React: How we rewrote the HelloSign Editor (dropbox.tech)Sep 30, 2020
HelloSign is a Dropbox company that provides a Web-based eSignature solution: If you have a document you want someone to sign, you upload the document file, then show you an editor in which you place all the fields to build the form the recipient will fill out—signatures, dates, initials, etc.
Mocking and Using CRUD APIs with MirageJS and React-Query (swyx.io)Feb 28, 2020
Two recent releases have advanced the state of the art for mocking and using APIs in React apps. I think they pair very well and this post describes what they do and how to use them together. I don't have the space or time to go into the full features of each, which are the actual reasons they deliver great value - those are food for future posts.
Using Suspense with react-query (blog.logrocket.com)Jan 07, 2020
In this article, we’ll look at using the react-query library alongside Suspense by building a simple recipe app that fetches recipe data from an API and renders it to the DOM.
- Abdulazeez Abdulazeez Adeshina
Quick Guide to Using Gatsby's useStaticQuery Hook (alligator.io)Dec 04, 2019
The useStaticQuery React Hook was added to Gatsby.js starting with version 2.1.0, and it’s an incredibly convenient way to make (build-time) GraphQL queries from any component within a Gatsby site. In this quick lesson, we’ll go over how to implement useStaticQuery in your project!