Posts
-
a first look at tRPC
tRPC is a TypeScript library for building end-to-end, type-safe APIs. It creates fully typed endpoints on the backend which are queried from a frontend client.
-
a first look at solidstart
SolidStart is a project starter and metaframework for SolidJS that provides a first-class way to build and deploy SolidJS applications.
-
Next.js and TypeScript FAQs
Next.js has embraced TypeScript in recent years. This article covers setting up a new Next project with TS, migrating existing Next apps to TS, and common pitfalls.
-
a first look at create-t3-app
A fullstack, typesafe React framework with Next.js, tRPC, Prisma, and Tailwind deployed on Vercel and Fly.
-
does remix scale?
Zach Leatherman recently put out a provocative benchmark to compare different web frameworks on the speed at which they can generate a static site.
-
Understanding MACH Architecture
MACH (microservices, API-first, cloud-native, and headless) represents a growing trend away from monolithic architectures towards more flexible, adaptable, and agile systems.
-
Web3 Data Querying with The Graph
The Graph is an indexing protocol for blockchains that enables building GraphQL subgraphs to query on-chain data.
-
a first look at ipfs
IPFS is a protocol defining a cryptographic-hashed and content-addressed peer-to-peer filesystem for directories and files.
-
Create an Avalanche dApp with QuickNode
Avalanche is an open-source, proof-of-stake blockchain with smart contract functionality that uses the Snow family of consensus protocols.
-
Trying Vue as a React Developer
Despite differences between the frameworks, React devs shouldn't have too much trouble picking up Vue since it still uses components with a mixture of JavaScript, CSS, and HTML.
-
How to Choose the Best CSS Framework
How to Choose the Best CSS Framework with Metrics and Context.
-
query the redwood API with svelteKit
Create a deploy a Redwood GraphQL API and query it from a SvelteKit frontend.
-
Storing NFT Information with Fauna
Create and deploy a Solidity smart contract, mint an NFT, and store NFT information in a Fauna database.
-
a first look at ethers and hardhat
This example uses Hardhat and Ethers to compile a smart contract written in Solidity and deploy that contract to an Ethereum test network with Alchemy.
-
querying mongoDB with prisma and railway
In this example we deploy a MongoDB database with Railway and connect to the database with Prisma Client.
-
containerize redwood sides with docker compose
Docker Compose is a tool for multi-container Docker applications. This example containerizes and runs Redwood's Web and API sides with Docker Compose.
-
Remix vs. Next: Comparing React Meta-Frameworks
Either is well-suited to a range of applications and your choice of Remix vs. Next will largely depend on which features your app requires.
-
query the redwood API with next.js
This example contains two separate repositories, one for the Redwood API and another for the Next.js frontend that queries the API with GraphQL.
-
a first look at astro
Astro is a web framework that supports the Islands Architecture and includes integrations for React, Svelte, Vue, Solid, and many more.
-
what is partial hydration and why is everyone talking about it?
Hydration converts static HTML into dynamic pages with client-side JS. Partial hydration only hydrates the components of an app that need to be interactive.