James Yoo
#react

Android App Crashed by React Native Maps and Firebase

01 August 2020 — Written by James
#android#react#firebase#programming

Using React Native which includes a JavaScript library, I can make an iOS and Android app at the same time, and it is quite useful. To develop my app, I installed the well-known packages, react-native-maps and react-native-firebase. My iOS app was working very well when I used both packages at the same time, but Android app kept crashing whenever the screen was mounted. By using lite-mode of Google Map, the app became working well.

Read more →

React State Management And Life Cycle - Part 2

21 April 2020 — Written by James
#react#programming

This is a part 2 of React State Management And Life Cycle series.

Read more →

React State Management And Life Cycle - Part 1

02 April 2020 — Written by James
#react#programming

Last time, when I was taking a technical interview and working on a take-home test, I encountered an issue related to state management and lifecycle of React.

Read more →

Deploying React SPA in 10 Minutes using Azure

11 March 2020 — Written by James
#azure#react#cloud#programming

In this article, I would like to show how to deploy a React single page application within a short time.

Read more →

Making Single-Page App in React with Django

01 February 2020 — Written by James
#react#javascript#python#django#programming

Creating a single page app in React is getting easier than the past. There are many readings on blogs, Stackoverflow and Github talking about making a SPA using React, and it should be sufficient in many cases.

Read more →
James Yoo