Articles about React

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

fp-ts with React hooks

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

Read more

Next.js getServerSideProps interception

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