REACT JAVASCRIPT


2024-08-29

Build a Server Loading Progress Bar Using Ajax, jquery, Python

Some server functions loading time takes much longer than others. For engaging with the audiences who are waiting for the response, we necessarily notify the users that the app is still running instea

2024-06-25

React and Node.JS Virtual Environment Set in Macbook

Up-to-date steps to create a virtual development environment for React and Node.js. Then, deploy your Web3 Dapp or whatever

2024-06-25

Build a Contact Form Using React Props and Components

Walk you through how to leverage React components and props to develop a contact form, which is likely similar to Flask Jinja2

2024-06-25

Detect and Connect with Customer Crypto Wallet Using React.js

Walk through how to detect and connect with a customer Crypto wallet using React.js. This article would talk MetaMask wallet as an example

2024-06-25

Build a Financial Ratio TTM Function Used in Google Sheets

Take the financial ratio TTM API as an example. Build a Google Sheet function to sync specific financial ratio data and update automatically

2024-06-24

Refresh Content without Reloading Page using Fetch JS API, Python

Content refresh and loading is one of key parts influencing user experiences through an entire web browsing journey. Except for saving dollars by using client side async with server side, the web expe