[go: up one dir, main page]

0% found this document useful (0 votes)
5 views2 pages

Roadmap

kjbg

Uploaded by

Aman Baghel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Roadmap

kjbg

Uploaded by

Aman Baghel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

## HTML

## CSS

## Javascript
- map
- filter
- reduce
- slice and splice
- strings
- array and objects
- prototype
- setTimeout
- setInterval
- call, apply , bind
- currying
- callback
- callback hell
- promise
- async await
- fetch
- how js do async operation while its sync, single threaded
- event Loop
- call back queue
- microtask queue
- call stack
- execution context
- event delegration
- event bubbling
- localstorage
- session storage
- cookies
- optional chaining
- oops
- Math. functions
- outbased questions

## React
- virtual DOM
- Reconsilation
- diffing Algorithm
- components
- props
- jsx
- hooks
- useState, useEffect, useContext, useRef, useMemo, useCallback, useReducer
- state uplifting
- contextAPI
- React Redux Toolkit
- RTK query
- Conditional Rendring
- Higher order components

## Networking + Security
- CORS
- JWT Authentication
- how web works when a url is searched
- REST API
- api headers
- SQL injection
- Cross site scripting
- CDN

## Performance
- use CDN
- image lazy loading
- lazy loading components
- useMemo and useCallback
- async and differ

## Project

You might also like