Chak Shun Yu A software engineer with a current focus on frontend and React, located in the Netherlands.

Stories by Chak Shun Yu

Automate repetitive tasks with Next.js cron jobs

Automate repetitive tasks with Next.js cron jobs

Dev

Next.js now provides cron job functionality along with a dashboard to manage them. Learn how they work, what their limitations are, and more.

Chak Shun Yu
Oct 10, 2023 ⋅ 6 min read
Handling the React Native ViewPropTypes error

Handling the React Native ViewPropTypes error

Dev

Learn how to handle the ViewPropsType error in React Native in three different ways to avoid deprecation errors.

Chak Shun Yu
Aug 24, 2023 ⋅ 4 min read
How to use the Storybook Framework API

How to use the Storybook Framework API

Dev

The Storybook Framework API is a powerful tool for configuring your builder and renderer quickly, so you can get right to development.

Chak Shun Yu
May 19, 2023 ⋅ 10 min read
Migrating from Prettier to Rome

Migrating from Prettier to Rome

Dev

As Rome matures after its rewrite in Rust, we take a look at how to migrate from Prettier to Rome to gain performance speed and structure.

Chak Shun Yu
Mar 7, 2023 ⋅ 5 min read
A guide to streaming SSR with React 18

A guide to streaming SSR with React 18

Dev

A lot has changed with streaming SSR in React since React 18 was introduced. Learn about the new components, APIs, and more in this post.

Chak Shun Yu
Jan 2, 2023 ⋅ 8 min read
Ladle vs. Storybook: Measuring performance across project sizes

Ladle vs. Storybook: Measuring performance across project sizes

Dev

This experiment compares the performance of Ladle and Storybook, combining metrics used in previous benchmarks from both competitors.

Chak Shun Yu
Jul 5, 2022 ⋅ 7 min read

8 common React error messages and how to address them

Dev

In this tutorial, we’ll go over common error messages during React development, as well as what they mean, what the error is, and how to fix them.

Chak Shun Yu
Apr 26, 2022 ⋅ 10 min read
Exploring React 18's three new APIs

Exploring React 18’s three new APIs

Dev

With the release of React 18 on the horizon, familiarize yourself with three new APIs that should help make concurrent rendering a reality.

Chak Shun Yu
Jan 20, 2022 ⋅ 7 min read
What to consider when writing more readable React code

How to write more readable React code

Dev

It’s always a good time to improve the readability of your React code. Get thinking with this detailed list of tips and tricks.

Chak Shun Yu
Nov 25, 2021 ⋅ 8 min read