Source
Work with Bun
  • Install bun By Terminal or CMD:
  • npm install -g bun
  • bun --version
  • Install Vite by bun:
  • bun create vite
  • baki step gulo finsih koro:
  • bun install
  • Done
  • If wanna update react:
  • package.json theke, dependencies empty korte hobe
  • bun install react@rc
  • bun install react-dom@rc
React Words
Components, JSX, Props, State,Destructuring React Props,React JS Connect With JSON & Maping With Component,Nested Mapping In React JS,React JS Method As a Props, Event Handling In React JS , Lifecycle Methods, Hooks, Context, Virtual DOM, Reconciliation, Rendering, Unidirectional Data Flow, Event Handling, Conditional Rendering, Lists and Keys, Forms, Controlled Components, Higher-Order Components (HOCs), Render Props, Portals, Error Boundaries, Fragments, Suspense, Lazy Loading, Memoization, Refs, Forward Refs, Custom Hooks, Context API, React Router, Redux, MobX, Server-Side Rendering (SSR), Static Site Generation (SSG), Progressive Web Apps (PWA), React Native, TypeScript with React, Testing with Jest and React Testing Library, Performance Optimization, Code Splitting, React DevTools, Accessibility (a11y), Responsive Design, Internationalization (i18n), Animations, State Management, Component Libraries, Design Systems, Single Page Applications (SPA), Progressive Enhancement, Cross-Browser Compatibility, Webpack, Babel, ESLint, Prettier, Continuous Integration/Continuous Deployment (CI/CD), Version Control with Git, Agile Methodologies, Pair Programming, Code Reviews, Documentation, Debugging, Error Handling,
Class Componet
note
                    variable use korte caile, {name}
                    

{isLoggedIn ? "Welcome!" : "Please login"}

;
Locate codes for Date: Local date
Date
Locate codes for Date: Local date

navigator.language দিয়ে ব্রাউজার ইউজারের Local জানতে

React install using vite & tailwind Css
  • npm create vite@latest
  • baki step gulo finsih koro:
  • npm install tailwindcss @tailwindcss/vite
  • vite.config.ts: e add korte hobe
  • import tailwindcss from '@tailwindcss/vite'
  • tailwindcss()
  • tarpore index.css:
  • @import "tailwindcss";
call api using useRef
Use Object in useState()