React Redux Hooks – Without using React ToolKit

React Redux Hooks – useDispatch() and useSelector() Redux code is written on multiple files by creating…

React – Context API

ContextAPI Context API is a (kind of) new feature added in version 16.3 of React that…

React Redux – On Single File – using connect method and Hooks method

React Redux – Scratch – on Single File – using Both connect AND Hooks Redux code…

API – XmlHttpRequest – Uploading image and Sending using FormData

=> If only the data has to be sent through axios then we can directly use…

React Image Upload – Formik and Yup

app.js   import { Form, Formik, Field, ErrorMessage } from "formik"; import React from "react"; import…

React dot htaccess

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d…