リモート開発メインのソフトウェア開発企業のエンジニアブログです

4 posts with the tag React

How to setup Next.js on Docker?

December 26, 2022

posted by Bunlong

In this article we are going to show you how to setup React in docker container as well as how to setup Node.j ...

続きを読む →

Reduce the Time Taken for the Testing using Jest and CircleCI Parallelism

December 21, 2022

posted by Bunlong

In this article we are going to show you how to reduce the time taken for the testing in our app using Jest an ...

続きを読む →

Test React Custom Hooks with Jest and Testing Library

December 13, 2022

posted by Bunlong

Prerequisite Installation Assume that we already installed Jest, Testing Library and SWR. Custom Hook If you d ...

続きを読む →

Firebaseのためのお手軽な開発環境

November 25, 2019

posted by koji

Firebaseのプロトタイプを作る必要があったため、ReactからFirebaseを操作できる開発環境をdockerで作ってみました。お手軽感はかなり高いと思います。実際の開発が始まるまでにはもう少しちゃんと整備する必 ...

続きを読む →