JavaScript

React-Async with TypeScript

The library react-async offers components and hooks for easier data fetching.

Read
JavaScript

Netlify and React Router

Netlify is a really easy way to deploy your React apps. There is just one problem you have to handle, if you want to use react-router.

Read
Deployment

Deploying an app with independent Django backend and React frontend with Netlify

Having your own services for frontend and backend is really great for development. But it’s also hard in terms of deployment.

Read
Crawling

Web Crawling with node.js and cheerio

You want to get started with web crawling in node.js? Cheerio is a popular choice because of its similarities with jQuery.

Read