JavaScript

How Use and Deploy Vite With React

In this article, we will look at how to make a simple project using Vite and React. As a bonus, I will show you how to deploy our project. First, let's create a folder for our project and start creating a project using Vite and its templates. mkdir ViteProject cd...

Learning Angular as a React Developer

As a front-end developer, you always get asked whether you specialize in React or Angular. These two mainstream technologies have their strengths and weaknesses, and each is more appropriate depending on the project, but in this article, we will not be discussing...

React Hooks – A Short Introduction

In this tutorial, we'll go over how to use and understand React Hooks. This article is an extension of article how-to-manage-state-with-hooks-on-react-components. It has been expanded with other Hooks and logic and Lessons Learned. Here we create a simple product page...

Supabase and Svelte Quickstart Guide

This example provides the steps to build a simple user management app (from scratch!) using Supabase and Svelte. It includes: Supabase Database: a Postgres database for storing your usage data. Supabase Auth: users can sign in with magic links (no passwords, only...