Posts
-
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 + TypeScript: Tips and FAQs for Every Stage of Your Journey
Next.js has embraced TypeScript in recent years. We will explore setting up a new Next.js project with TypeScript, migrating an existing Next.js project to TypeScript, 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 and Its Counterparts
MACH architecture stands for microservices, API-first, cloud-native, and headless. It's part of a growing trend away from monolithic architectures and toward systems that are more flexible, adaptable, and agile.
-
Web3 Data Querying with The Graph and Subgraphs
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 a dApp on Avalanche's Fuji Testnet 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: A Quick Introduction
Despite the differences between the frameworks, a React developer should not have too much trouble picking up a Vue project. It still uses components that include a mixture of JavaScript, CSS, and HTML. However, Vue includes a more concise syntax and a cleaner separation between content, styling, and logic.
-
How to Choose the Best CSS Framework
How to Choose the Best CSS Framework with Metrics and Context.
-
how to query the redwood API with svelteKit
Create a deploy a Redwood GraphQL API and query it from a SvelteKit frontend.
-
Storing NFT Information Off-Chain 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.
-
query a mongoDB database 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: Which React Meta-Framework Should You Use?
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.
-
how to connect a next.js frontend to your redwood API
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.
-
how to display a custom daily greeting
Use JavaScript to create a message displaying a different greeting depending on the day of the week.