Tag: react

47 posts
@blocz/react-responsive v5.0

@blocz/react-responsive v5.0

@blocz/react-responsive v5.0 was just released. Let’s go through all the different features and changes added by this new major version


Projects by Ayc0 icon
Projects by Ayc0
ayc0.github.io/
May 31, 2026

RSC Server Functions and Libraries

How portable is "use server" anyway?

Apr 22, 2026

What I did while distracted

Dev Log 50: 2026-04-15

Apr 16, 2026

Don't pass className to your components

Why className and style props make your life harder, not easier


B
Ben Bachem
benbachem.de
Apr 6, 2026
Commonplace v0.3.1

Commonplace v0.3.1

Writer is now called Commonplace!

Apr 1, 2026
Rebranding*

Rebranding*

Dev Log 47: 2026-03-26

Mar 26, 2026

Writer v0.2.0

Release Notes!

Mar 19, 2026
Software as Fan-Art

Software as Fan-Art

Dev Log 46: 2026-03-07

Mar 7, 2026

Optimizing Your Next.js Site's Fast Origin Transfer and ISR Reads

Next.js Link prefetching quietly burned through 15 GB of bandwidth on my Vercel-hosted blog. Here's how I fixed it.


M
Mike Bifulco
mikebifulco.com
Feb 8, 2026

Why React Router v7 Doesn't Have A Good PWA Solution

It's tradeoffs, all the way down.

React Server Components: Do They Really Improve Performance?

"Small" Web Apps

Dev Log 40: 2025-12-25

Dec 25, 2025

Contributing to Open Source without being a Jerk

Open source doesn't work without good faith - and sometimes you need to patch a dependency to do your part.


M
Mike Bifulco
mikebifulco.com
Nov 11, 2025
React Boolean Prop Variants

React Boolean Prop Variants

Using a higher-order component to add boolean prop variants to React components.


Brad Estey icon
Brad Estey
bradestey.com
Aug 9, 2025

Ikuyo: Plan Your Next Trip

It has been many months since I started this side project called Ikuyo (source code in GitHub). I think I'm now relatively satisfied with the feature set to do a write up. Ikuyo is a web application for made to help and collaborate on travels. Features Ikuyo currently offers the following features: Planning activities, accommodations,...


K
Kenrick's Notes
blog.kenrick95.org/
Jun 1, 2025
Code Lifecycles

Code Lifecycles

code should die


D
Daniel Saewitz
saewitz.com
May 5, 2025
Server Components Give You Optionality

Server Components Give You Optionality

not a prescription


D
Daniel Saewitz
saewitz.com
Apr 29, 2025
Abusing RSC's Cache For Blog Footnotes

Abusing RSC's Cache For Blog Footnotes

stable pointers


D
Daniel Saewitz
saewitz.com
Mar 7, 2025

useStateの型、Dispatch<SetStateAction<T>> についてとジェネリック型


N
nove-b blog
blog.nove-b.dev/
Jan 10, 2025
@blocz/react-responsive v4

@blocz/react-responsive v4

@blocz/react-responsive v4 was just released. Let’s go through all the different features and changes added by this new major version


Projects by Ayc0 icon
Projects by Ayc0
ayc0.github.io/
Dec 31, 2024
@blocz/react-responsive v4.0

@blocz/react-responsive v4.0

@blocz/react-responsive v4 was just released. Let’s go through all the different features and changes added by this new major version


Projects by Ayc0 icon
Projects by Ayc0
ayc0.github.io/
Dec 31, 2024

ExpoとReact Nativeで作成したアプリのAPKを作成する


N
nove-b blog
blog.nove-b.dev/
Dec 27, 2024

Expoアプリの+not-found.tsxファイルの正体と「+」の意味


N
nove-b blog
blog.nove-b.dev/
Dec 6, 2024
The Mental Model of Server Components

The Mental Model of Server Components

hydration and composition


D
Daniel Saewitz
saewitz.com
Dec 3, 2024

2024年12月時点でのReact Native開発環境の構築手順


N
nove-b blog
blog.nove-b.dev/
Nov 30, 2024
React Conf 2024. React v19 RC

React Conf 2024. React v19 RC

The first day of React.js Conf just concluded. This much-anticipated conference took place almost 3 years after the previous one. The React updates were just as eagerly awaited. The conference began with these updates and this article will be dedicated to them. And yes, as you saw from the preview — version 19 has moved into the release candidate status. The full release is promised within two weeks.

May 16, 2024

Why new frameworks make better developers

A look at the cognitive science behind the Hierarchy of Competence, and how dabbling with new frameworks and tools can make you a better developer.


M
Mike Bifulco
mikebifulco.com
Mar 25, 2024
Caching in next.js. Gift or Curse

Caching in next.js. Gift or Curse

The App Router significantly expands the functionality of next.js — partial pre-rendering, templates, parallel and interceptable routes, server components, and much more. However, despite all these improvements, not everyone has decided to switch to the App Router. And there are reasons for that.

Mar 19, 2024
More libraries to the library god or how I remade i18n [next.js v14]

More libraries to the library god or how I remade i18n [next.js v14]

There are dozens of amazing libraries made for internationalization, such as i18n, react-intl, next-intl. They all do an excellent job of adding translations to an application or website. Most of them are tested, debugged, and consistently supported.

Feb 13, 2024
Next.js App Router. Experience of use. Path to the future or wrong turn

Next.js App Router. Experience of use. Path to the future or wrong turn

Two years ago, the Next.js team introduced a new approach to routing, which was supposed to replace the so-called Pages Router and added a range of fundamentally new functionality.

Jan 25, 2024
Web Components Eliminate JavaScript Framework Lock-in

Web Components Eliminate JavaScript Framework Lock-in

Web components can dramatically loosen the coupling of JavaScript frameworks. To prove it, we're going to do something kinda crazy: build an app where every single component is written in a different JavaScript framework.


Jake Lazaroff icon
Jake Lazaroff
jakelazaroff.com
Nov 26, 2023
An Extremely Simple React Starter Kit

An Extremely Simple React Starter Kit

If you’re worried about complexity in the JavaScript ecosystem, you might be sleeping on one of my favorite web development tools: esbuild!


Jake Lazaroff icon
Jake Lazaroff
jakelazaroff.com
Jul 20, 2023

Streams of AGI

DIY streaming for OpenAI's chat API using ReadableStreams, event parsing, and a custom React hook.


Afloat Boats icon
Afloat Boats
afloat.boats
May 21, 2023

次世代フロントエンドツールViteを用いて、React+TypeScript+Tailwindcssの環境を開発する


N
nove-b blog
blog.nove-b.dev/
May 13, 2023

Add custom fonts to Next.js sites with Tailwind using next/font

Learn how to add custom fonts to your Next.js app using next/font and Tailwind CSS. Improve user experience without sacrificing performance.


M
Mike Bifulco
mikebifulco.com
Apr 17, 2023
Were React Hooks a Mistake?

Were React Hooks a Mistake?

People like signals because signal-based components are far more similar to class components than to function components with hooks.


Jake Lazaroff icon
Jake Lazaroff
jakelazaroff.com
Mar 4, 2023

Steps I take to fix stubborn TypeScript errors in VS Code

Sometimes fixing a TypeScript or eslint error in VS Code can feel impossible. Here's what I do when I have exhausted all my resources.


M
Mike Bifulco
mikebifulco.com
Feb 15, 2023
Pathetic

Pathetic

The toxicity in the web development community needs to stop.


Jake Lazaroff icon
Jake Lazaroff
jakelazaroff.com
Feb 14, 2023

Refactoring TypeScript React components in VS Code

Extracting types from a JavaScript object is a common task in TypeScript. This post shows how to do it with VS Code.


M
Mike Bifulco
mikebifulco.com
Feb 3, 2023

The case for continued learning, and getting side projects out the door

The end of 2022 brought about a ton of change for me, and a major shift in my career. I'm excited to talk a little about what's next, and to show off a side project I'm readying for release soon.


M
Mike Bifulco
mikebifulco.com
Jan 3, 2023
A React Developer’s First Take on Solid

A React Developer’s First Take on Solid

Although not quite there yet in terms of community, Solid and Solid Start are looking real promising.


Jake Lazaroff icon
Jake Lazaroff
jakelazaroff.com
Dec 20, 2022

Sync your About page and your GitHub bio on your Next.js site

Learn how to sync your About page and your personal GitHub README bio on your Next.js site, as a step towards owning your content on social media.


M
Mike Bifulco
mikebifulco.com
Dec 9, 2022
That’s a Radish!

That’s a Radish!

I built a static site generator! It’s called Radish.


Jake Lazaroff icon
Jake Lazaroff
jakelazaroff.com
Nov 20, 2022
Next.js v13: What's New and What's Coming

Next.js v13: What's New and What's Coming

Next.js is the largest framework for web application development. It was created six years ago, on October 25, 2016. Since then, 12 major releases have been issued, making the web faster and faster. Despite the framework’s complexity, the size of each subsequent release did not decrease, though the pace of updates did slow down.

Oct 24, 2022
Next.js Layout RFC: Changing Everything to Make the Web Faster

Next.js Layout RFC: Changing Everything to Make the Web Faster

In May of this year, Next.js unexpectedly published an RFC (request for comments) on its blog. It primarily discusses a new abstraction - layouts - as well as a host of related changes aimed at speeding up development, improving DX, and standardizing through the creation of new conventions. This working proposal definitely deserves attention, both because of its complexity for the framework and because it literally describes what it will look like in the future.

Oct 24, 2022

Growth hack: Publish newsletters to your Next.js site with ConvertKit API

Use previous issues of your newsletter to attract new subscribers, using the ConvertKit API with your Next.js site.


M
Mike Bifulco
mikebifulco.com
Sep 23, 2022

Publish your newsletter to your Remix site with the ConvertKit API

Learn how to use the ConvertKit API to publish your newsletter to your Remix site.


M
Mike Bifulco
mikebifulco.com
Sep 19, 2022