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で作ってみました。お手軽感はかなり高いと思います。実際の開発が始まるまでにはもう少しちゃんと整備する必 ...