Build a fast, real-time app with Relay 17 to leverage features like optimistic UI updates, GraphQL subscriptions, and seamless data syncing.
We investigate using Nx to develop microservices and show how to use Nx to create multiple Next.js apps within a monorepo.
We investigate two serialization technologies, Typical and Protobuf, and see how to serialize and deserialize data in TypeScript.
We discuss cursor-based pagination and demonstrate how to set up GraphQL cursor-based pagination with the Apollo Server.
Decorators in TypeScript 5.0 offers many benefits. Walk through a demo and learn how to refactor existing decorators.
The changesets package makes version management and changelogs within monorepos easier, leads to high-quality PRs, and reduces the burden on maintainers.
Let’s explore the similarities and differences between Ruck and Aleph.js to determine which framework to use when building React apps in Deno.
There are many static site generation tools based on React, but which should you pick? We explore the options available and their use cases.
Denoflare is a small framework that lets you publish Cloudflare Workers written in Deno. Here’s how to develop, test, and deploy with it.
Learn to use GraphQL API gateways with a single-defined schema to improve microservice architecture and future development.
I’ve finally switched to urql, and it really does make a great alternative to Apollo Client. If you’re curious why, read more here.
Here, you can learn how to use Storybook, a tool you can add to your workflow to supercharge development in React.