Latest Posts

All blog posts sorted by newest first.

Test with react-testing-library in create-react-app

2020-11-12
Let's see how to use react-testing-library to test the React project created by create-react-app.
see more →

Jest

2020-11-11
create-react-app uses Jest for the testing. So, let's see how to use Jest.
see more →

styled-components in create-react-app

2020-11-10
Let's see how to apply and use styled-components to the React project created by create-react-app.
see more →

[TypeScript] Make Import path based on Root in create-react-app

2020-11-09
Let's see how to use the absolute path for importing components in the create-react-app project with TypeScript.
see more →

TypeScript in create-react-app

2020-11-08
Let's see how to apply TypeScript to the React project created by create-react-app.
see more →

create-react-app

2020-11-07
Let's see how to use create-react-app to create a new React project
see more →

What is React

2020-11-06
Let's see what React is and what the characteristics of React are.
see more →

In-App Purchases in React Native

2020-10-23
Let's see how to use react-native-iap to implement IAP(In-App Purchases) in React Native.
see more →

Exception handling in Ruby

2020-09-24
Let's see how to handle exceptions to prevent the program from terminating, when an unexpected error occurs in Ruby.
see more →

File I/O in Ruby

2020-09-04
Let's see how to use File I/O in Ruby.
see more →

Procedure Object in Ruby

2020-09-01
Let's see what the procedure object and how to use it in Ruby.
see more →

Iterator in Ruy

2020-08-28
Let's see how to use the Iterator to handle the arrays more comfortable in Ruby.
see more →

SHARE
Twitter Facebook RSS