2026-03-14・1This is an example of importing a component directly in a file. Here is a tag rendered dynamically via the React component:
And you can still write normal Markdown!
This demonstrates the power of combining Markdown with React components.
2024-02-12・5Problem statement This blog post would be helpful if you have two components in different parts of your app that trigger some action on a given interval, but those two intervals should be synchronized.
Now…
2023-06-25・4In this blog post, I will demonstrate how to create a straightforward "hold to confirm" button using vanilla React. Furthermore, I will delve into the reasons why this UX pattern might not always be the most optimal choice. Lastly, I'll illustrate…
2023-02-25・5It took me almost 14 days to upgrade React. Now it is the time for a review. One Year Delay
I started working on the React upgrade on February 14, 2023. Almost a year after creating an improvement task for it, when most teams were migrating. This…