Articles by Victoria Lo

Articles by Victoria Lo

Follow
homeAboutSponsorsBloggingNode.jsGraphQLReact Hooks
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Let's Build a Simple Bulletin Board React App

Nov 28, 2020

A beginner-friendly project to learn about drag-and-drop in React! ยท In an article I wrote on Making Draggable Components in React, a reader requested to...

Let's Build a Simple Bulletin Board React App

Introduction to Firebase Storage #2: Retrieve & Delete Files

Nov 24, 2020

Hello everyone, in this article, we shall continue from where we left off in the previous article on How to Upload Files to Firebase Cloud Storage. We...

Introduction to Firebase Storage #2: Retrieve & Delete Files

Introduction to Firebase Storage #1: Uploading Files

Nov 21, 2020

Some apps allow users to upload images and files, read them, delete them and even download them whenever users want. Such functionality can be useful...

Introduction to Firebase Storage #1: Uploading Files

Functional vs Object-Oriented Programming

Oct 22, 2020

In the world of JavaScript, there are typically 2 programming paradigms: Functional and Object-Oriented Programming (OOP). But what exactly are these...

Functional vs Object-Oriented Programming

Making Typing Animation with React Hooks

Oct 13, 2020

Ever wondered how to make words auto-type themselves onto a page? In this article, we shall go through a step-by-step tutorial on how to do so in your...

Making Typing Animation with React Hooks

A Simple Guide to Build React Form with Hooks

Sep 19, 2020

With React, there are many ways that you can build forms. The simplest way that I found is by React Hook Forms. In this article, I'll show you how to...

A Simple Guide to Build React Form with Hooks