Tashi Kato

Tashi Kato

Fullstack dev in Vancouver. Trying to make a product to live.

React

Programming

How to manage global data with Context API, without Redux on React

How do you manage global data on React? I used to use Redux for that, however, I currently use Context API for that purpose and I don't even install redux and redux-related packages!

Read →
PROGRAMMING

How does Optional Chaining make React App development easier?

Introducing one of the ES2020 features, Optional Chaining. With this feature, your code will become cleaner and more readable.

Read →