React JS

Routing In React – react router dom

How to do routing in React App using react-router-dom. Creating pages and routing in react js example using react-router. npm i react-router-dom import {... Read more »

Create a React JS App using Vite

Initialize and build a React JS project using Vite. Use Vite instead of creating react app. Vite commands for creating a React typescript project.... Read more »

Vite + React – Live Project on Web Browser

Try out React js project using Vite instead of the create react app. Vite is latest and advanced option to create a react project... Read more »

React Bootstrap – Make Navbar Sticky

How to make React bootstrap navbar sticky. Bootstrap navbar sticky code for React JS Apps. To make the navbar sticky in the React Bootstrap... Read more »

Fix: Cannot read properties of null (reading ‘map’)

React JS map function throwing error cannot read properties of null solution. How to fix map function null error in React JS. If the... Read more »

Composition in React JS – Example

Example of composition in React JS App. Adding children for a React component. Rendering component children using props.children in react. Use of props.children in... Read more »

React JS: API Data fetching Example Code

How to fetch data from an API in React JS. Get data from REST API in React JS App tutorial. Axios API fetching React... Read more »

Javascript: var, let , const – Uses cases, Differences, Interview questions

var, let & const in Javascript in detail. Use cases of var, let & const in js. Common interview questions on var, let &... Read more »

WhatsApp Share Link Code – Javascript Link Generation

Share on WhatsApp link can be generated programmatically. We can also append our data like text or other links with the share link. In... Read more »

Typescript types for react-easy-swipe

Types for the parameters used in the react easy swipe package implementation codes. Typescript type for the event parameter used in the react easy... Read more »