RSS feed iconGitHub logo

Articles about React

React is a JavaScript framework for building web applications and websites.

fp-ts with React hooks

2023-05-106 minutes readfp-ts, React

Using fp-ts containers in React hook dependency arrays is tricky since their references are not stable.

Read more

Next.js getServerSideProps interception

2023-01-294 minutes readJavaScript, React, Next.js

Next.js can seem stuck fetching getServerSideProps result on client-side navigations. The approach outlined in the article bypasses making that network request, resulting in snappier UI, suitable for highly-interactive web applications.

Read more