Integrate Razorpay Payment Gateway in your React app How Payment Gateway Works Step 1: Customers place an order on your website or app A customer
Category: React
Redux & Saga Basic – 2
1.Create a Redux Store: // store.js import { createStore, applyMiddleware, combineReducers } from ‘redux’; import { composeWithDevTools } from ‘redux-devtools-extension’; import thunk from ‘redux-thunk’; //
Reactjs – Type of Props
3- Type of Props : 1.State Variables 2.Functions 3.Components Parent child component Example 1.index.js import React from ‘react’; import ReactDOM from ‘react-dom/client’; import ‘./index.css’; import
Redux Toolkit Basic
Login – ReduxToolkit Example – 1 1.userActionTypes.js export const USER_FETCH_REQUESTED = “USER_FETCH_REQUESTED”; export const LOGIN_SUCCESS = “LOGIN_SUCCESS”; export const LOGIN_FAIL = “LOGIN_FAIL”; // Define other
NextJS Beginners
SSG – Static Site Genereation import React from ‘react’ export const getStaticProps = async() => { cosnt response = await fetch(‘https://jsonplaceholder.typicode.com/users’) const json = await
React , React Native App URLs
azorpay Integration, Accept Payment using Razorpay, Razorpay with MERN STACK https://github.com/meabhisingh/RazorPayTutorial/blob/master/frontend/src/Home.jsx MERN STACK SUPREME – Create a Subscription based video streaming platform udemy-mernstack-app https://github.com/meabhisingh/udemy-mernstack-app/tree/master https://github.com/meabhisingh/udemy-mernstack-server
Bezkoder – Reactjs Nodejs MongoDb
Authentication JWT tutorial: In-depth Introduction to JSON Web Token Implementation NODE-JS : ———————— You can find step by step to implement this Node.js App in
Javascript Security Authentication
sohamkamani leocode Build your SaaS- 1 Build your SaaS- Blog Build your SaaS- Github —- 1. Node.js + MongoDB: User Authentication & Authorization with JWT
Redux And ReduxSauce
Reduxsauce is a library that provides concise methods for writing action creators and reducers. These methods allow action types to be mapped explicitly to reducers,
Redux saga And Redux Persist
Introduce to Redux saga React and Redux Sagas Authentication App Tutorial 1 React and Redux Sagas Authentication App Tutorial Part 2 React and Redux Sagas