[go: up one dir, main page]

DEV Community

Kazutora Hattori profile picture

Kazutora Hattori

404 bio not found

Joined Joined on 
Cause and solution for "An import path can only end with a '.tsx'" error when building a Vite project using GitHub Actions

Cause and solution for "An import path can only end with a '.tsx'" error when building a Vite project using GitHub Actions

Comments
1 min read
[Solved] Cause and solution for "Failed to get Firebase project" when deploying Firebase GitHub Actions

[Solved] Cause and solution for "Failed to get Firebase project" when deploying Firebase GitHub Actions

Comments
2 min read
A story about getting stuck with Firebase Hosting cache issues

A story about getting stuck with Firebase Hosting cache issues

Comments
1 min read
Create a "Digital Business Card App" with React and Supabase!

Create a "Digital Business Card App" with React and Supabase!

Comments
3 min read
Automatically delete Supabase data every morning! I tried batch processing with GitHub Actions + ts-node

Automatically delete Supabase data every morning! I tried batch processing with GitHub Actions + ts-node

Comments
2 min read
[Introduction to Jest Mocks] A collection of templates for testing React Router / Supabase / fetch

[Introduction to Jest Mocks] A collection of templates for testing React Router / Supabase / fetch

3
Comments
1 min read
Introduction to React Hook Form: How to submit a form with handleSubmit without using useState

Introduction to React Hook Form: How to submit a form with handleSubmit without using useState

1
Comments
1 min read
When you can't delete due to foreign key constraints, delete in the order "child parent"!

When you can't delete due to foreign key constraints, delete in the order "child parent"!

Comments
1 min read
Jest React Router v6: A standard pattern for mocking and testing useNavigate

Jest React Router v6: A standard pattern for mocking and testing useNavigate

4
Comments
1 min read
What to do when you get "Unable to find an element with the text: ..." when using React Hook Form + Testing Library

What to do when you get "Unable to find an element with the text: ..." when using React Hook Form + Testing Library

Comments
2 min read
Cause and solution for the "Unable to find an element with the text" error in React Hook Form + Chakra UI

Cause and solution for the "Unable to find an element with the text" error in React Hook Form + Chakra UI

Comments
1 min read
For those who don't understand /^[a-zA-Z]+$/: React Hook Form pattern explanation

For those who don't understand /^[a-zA-Z]+$/: React Hook Form pattern explanation

Comments
1 min read
How to use useNavigate to transition from a button in React

How to use useNavigate to transition from a button in React

Comments
1 min read
Correct use of register and useState in React Hook Form

Correct use of register and useState in React Hook Form

Comments
1 min read
I've reorganized the ternary operator (?:) so it can be used in TypeScript too!

I've reorganized the ternary operator (?:) so it can be used in TypeScript too!

1
Comments
1 min read
How I fixed the Chakra UI List component not found error by updating to the latest version.

How I fixed the Chakra UI List component not found error by updating to the latest version.

Comments
1 min read
[Introduction to React] Summary of conditional rendering: How to smartly switch visibility

[Introduction to React] Summary of conditional rendering: How to smartly switch visibility

Comments
2 min read
【React Router】A Summary of useParams

【React Router】A Summary of useParams

Comments
1 min read
[React x Supabase] Renewing a learning record app with TypeScript and ChakraUI

[React x Supabase] Renewing a learning record app with TypeScript and ChakraUI

Comments
3 min read
Summary of the Error ‘crypto.hash is not a function’ Encountered During Vite + Firebase Hosting Deployment and Its Solution

Summary of the Error ‘crypto.hash is not a function’ Encountered During Vite + Firebase Hosting Deployment and Its Solution

Comments
1 min read
What to do when you can't test Spinner with findByRole("status") (Jest + Chakra UI)

What to do when you can't test Spinner with findByRole("status") (Jest + Chakra UI)

Comments
1 min read
How to fix the error that import.meta.env cannot be used in Jest (Vite + Supabase)

How to fix the error that import.meta.env cannot be used in Jest (Vite + Supabase)

Comments
1 min read
Jest test errors and solutions

Jest test errors and solutions

Comments
2 min read
A Summary of React Testing Library Verification (.toBeInTheDocument() / .toHaveTextContent())

A Summary of React Testing Library Verification (.toBeInTheDocument() / .toHaveTextContent())

Comments
1 min read
A Summary of User Interactions in React Testing Library (fireEvent / userEvent)

A Summary of User Interactions in React Testing Library (fireEvent / userEvent)

Comments
1 min read
A Summary of Element Search Methods in React Testing Library (getByText / getByRole / getByLabelText)

A Summary of Element Search Methods in React Testing Library (getByText / getByRole / getByLabelText)

Comments
1 min read
Errors I encountered during Jest testing and how to fix them

Errors I encountered during Jest testing and how to fix them

Comments
2 min read
Errors I Encountered During Jest Testing and Their Solutions

Errors I Encountered During Jest Testing and Their Solutions

Comments
1 min read
Common Git Errors and Solutions

Common Git Errors and Solutions

Comments
1 min read
[For Beginners] Quickly Fix Jest Crashing with import.meta in Vite+React+TypeScript (Supabase Compatible)

[For Beginners] Quickly Fix Jest Crashing with import.meta in Vite+React+TypeScript (Supabase Compatible)

Comments
1 min read
React Hook Form Summary: How to Easily Manage Forms Even for Beginners

React Hook Form Summary: How to Easily Manage Forms Even for Beginners

Comments
2 min read
One tool for both registration and editing! Basic Techniques for Reusing Forms in React

One tool for both registration and editing! Basic Techniques for Reusing Forms in React

Comments
1 min read
How to Fix “supabaseUrl is required” in a Supabase Vite Project

How to Fix “supabaseUrl is required” in a Supabase Vite Project

Comments 1
1 min read
Errors I Got Stuck On and Their Solutions When Implementing Modals in Chakra UI

Errors I Got Stuck On and Their Solutions When Implementing Modals in Chakra UI

Comments
1 min read
【Vite Error Resolution】How to Fix the “vite-tsconfig-paths Not Found” Issue

【Vite Error Resolution】How to Fix the “vite-tsconfig-paths Not Found” Issue

Comments
1 min read
Chakra UI v3 v2 Downgrade: Errors I Got Stuck On and How I Fixed Them

Chakra UI v3 v2 Downgrade: Errors I Got Stuck On and How I Fixed Them

Comments
1 min read
How to Inherit .env in a Vite + Supabase Project

How to Inherit .env in a Vite + Supabase Project

Comments
1 min read
Solution for “ChakraProvider's _config error” in React 19 + Chakra UI

Solution for “ChakraProvider's _config error” in React 19 + Chakra UI

Comments
1 min read
【React Supabase】Improving My Study Log App: Persisting Daily Study Content and Hours

【React Supabase】Improving My Study Log App: Persisting Daily Study Content and Hours

Comments
3 min read
Building a Study Log App with React — Track Daily Study Topics and Hours

Building a Study Log App with React — Track Daily Study Topics and Hours

Comments
2 min read
Hello DEV Community! My Self-Introduction

Hello DEV Community! My Self-Introduction

Comments
2 min read
loading...