Web Development
73.8K subscribers
1.27K photos
1 video
2 files
577 links
Learn Web Development From Scratch

0️⃣ HTML / CSS
1️⃣ JavaScript
2️⃣ React / Vue / Angular
3️⃣ Node.js / Express
4️⃣ REST API
5️⃣ SQL / NoSQL Databases
6️⃣ UI / UX Design
7️⃣ Git / GitHub

Admin: @love_data
Download Telegram
💻 Skills To Be A Front-end Web Developer
6🔥1👏1
Learn these concepts to master React JS

𝟏. 𝐂𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭𝐬
- Functional Components
- Class Components
- JSX (JavaScript XML) Syntax
𝟐. 𝐏𝐫𝐨𝐩𝐬 (𝐏𝐫𝐨𝐩𝐞𝐫𝐭𝐢𝐞𝐬)
- Passing Props
- Default Props
- Prop Types
𝟑. 𝐒𝐭𝐚𝐭𝐞
- useState Hook
- Class Component State
- Immutable State
𝟒. 𝐋𝐢𝐟𝐞𝐜𝐲𝐜𝐥𝐞 𝐌𝐞𝐭𝐡𝐨𝐝𝐬 (𝐂𝐥𝐚𝐬𝐬 𝐂𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭𝐬)
- componentDidMount
- componentDidUpdate
- componentWillUnmount
𝟓. 𝐇𝐨𝐨𝐤𝐬 (𝐅𝐮𝐧𝐜𝐭𝐢𝐨𝐧𝐚𝐥 𝐂𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭𝐬)
- useState
- useEffect
- useContext
- useReducer
- useCallback
- useMemo
- useRef
- useImperativeHandle
- useLayoutEffect
𝟔. 𝐄𝐯𝐞𝐧𝐭 𝐇𝐚𝐧𝐝𝐥𝐢𝐧𝐠
- Handling Events in Functional Components
- Handling Events in Class Components
𝟕. 𝐂𝐨𝐧𝐝𝐢𝐭𝐢𝐨𝐧𝐚𝐥 𝐑𝐞𝐧𝐝𝐞𝐫𝐢𝐧𝐠
- if Statements
- Ternary Operators
- Logical && Operator
𝟖. 𝐋𝐢𝐬𝐭𝐬 𝐚𝐧𝐝 𝐊𝐞𝐲𝐬
- Rendering Lists
- Keys in React Lists
𝟗. 𝐂𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭 𝐂𝐨𝐦𝐩𝐨𝐬𝐢𝐭𝐢𝐨𝐧
- Reusing Components
- Children Props
- Composition vs Inheritance
𝟏𝟎. 𝐇𝐢𝐠𝐡𝐞𝐫-𝐎𝐫𝐝𝐞𝐫 𝐂𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭𝐬 (𝐇𝐎𝐂)
- Creating HOCs
- Using HOCs for Reusability
𝟏𝟏. 𝐑𝐞𝐧𝐝𝐞𝐫 𝐏𝐫𝐨𝐩𝐬
- Using Render Props Pattern
𝟏𝟐. 𝐑𝐞𝐚𝐜𝐭 𝐑𝐨𝐮𝐭𝐞𝐫
- <BrowserRouter>
- <Route>
- <Link>
- <Switch>
- Route Parameters
𝟏𝟑. 𝐍𝐚𝐯𝐢𝐠𝐚𝐭𝐢𝐨𝐧
- useHistory Hook
- useLocation Hook

𝐒𝐭𝐚𝐭𝐞 𝐌𝐚𝐧𝐚𝐠𝐞𝐦𝐞𝐧𝐭
𝟏𝟒. 𝐂𝐨𝐧𝐭𝐞𝐱𝐭 𝐀𝐏𝐈
- Creating Context
- useContext Hook
𝟏𝟓. 𝐑𝐞𝐝𝐮𝐱
- Actions
- Reducers
- Store
- connect Function (React-Redux)
𝟏𝟔. 𝐅𝐨𝐫𝐦𝐬
- Handling Form Data
- Controlled Components
- Uncontrolled Components
𝟏𝟕. 𝐒𝐢𝐝𝐞 𝐄𝐟𝐟𝐞𝐜𝐭𝐬
- useEffect for Data Fetching
- useEffect Cleanup
𝟏𝟖. 𝐀𝐉𝐀𝐗 𝐑𝐞𝐪𝐮𝐞𝐬𝐭𝐬
- Fetch API
- Axios Library

𝐄𝐫𝐫𝐨𝐫 𝐇𝐚𝐧𝐝𝐥𝐢𝐧𝐠
𝟏𝟗. 𝐄𝐫𝐫𝐨𝐫 𝐁𝐨𝐮𝐧𝐝𝐚𝐫𝐢𝐞𝐬
- componentDidCatch (Class Components)
- ErrorBoundary Component (Functional Components)
𝟐𝟎. 𝐓𝐞𝐬𝐭𝐢𝐧𝐠
- Jest Testing Framework
- React Testing Library
𝟐𝟏. 𝐎𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧
- Memoization
- Profiling and Performance Monitoring
𝟐𝟐. 𝐁𝐮𝐢𝐥𝐝 𝐚𝐧𝐝 𝐃𝐞𝐩𝐥𝐨𝐲𝐦𝐞𝐧𝐭
- Create React App (CRA)
- Production Builds
- Deployment Strategies

𝐅𝐫𝐚𝐦𝐞𝐰𝐨𝐫𝐤𝐬 𝐚𝐧𝐝 𝐋𝐢𝐛𝐫𝐚𝐫𝐢𝐞𝐬
𝟐𝟑. 𝐒𝐭𝐲𝐥𝐢𝐧𝐠 𝐋𝐢𝐛𝐫𝐚𝐫𝐢𝐞𝐬
- Styled-components
- CSS Modules
𝟐𝟒. 𝐒𝐭𝐚𝐭𝐞 𝐌𝐚𝐧𝐚𝐠𝐞𝐦𝐞𝐧𝐭 𝐋𝐢𝐛𝐫𝐚𝐫𝐢𝐞𝐬
- Redux
- MobX
𝟐𝟓. 𝐑𝐨𝐮𝐭𝐢𝐧𝐠 𝐋𝐢𝐛𝐫𝐚𝐫𝐢𝐞𝐬
- React Router
- Reach Router

Web Development Best Resources: https://topmate.io/coding/930165

ENJOY LEARNING 👍👍
7
𝗧𝗼𝗽 𝗖𝗼𝗺𝗽𝗮𝗻𝗶𝗲𝘀 𝗟𝗶𝗸𝗲 𝗜𝗻𝗳𝗼𝘀𝘆𝘀 , 𝗚𝗲𝗻𝗽𝗮𝗰𝘁 ,𝗟&𝗧 ,𝗣𝗵𝗶𝗹𝗶𝗽𝘀 & 𝗢𝗿𝗮𝗰𝗹𝗲 𝗛𝗶𝗿𝗶𝗻𝗴 😍

Roles Hiring:- Data Analyst, Software Engineer & Associate

Job Location:- Across India/WFH 

Qualification:- Graduate/Post Graduate 

𝗔𝗽𝗽𝗹𝘆 𝗡𝗼𝘄👇:-

https://bit.ly/44qMX2k

Select your experience & Complete The Registration Process

 Select the company name & apply for the role that matches you
1👍1
🔵 React Router Hooks
10👏2
10 powerful lessons:

1. Embrace Writing to Clear Your Mind
↳ Writing down your thoughts and ideas can help you clarify and organize your thoughts.
↳ Write out your goals and plans to enhance focus and motivation.

2. Always Aim for the Stars
↳ Set ambitious goals that challenge you to grow and learn.
↳ Surround yourself with people who inspire and push you to be your best.

3. Great Leaders Put Others First
↳ Great leaders focus on their team's success, not just their own.
↳ Leadership is not about personal gain, but about positively impacting others.

4. The Power of Task Segmentation
↳ Breaking large tasks into smaller ones can help you feel less overwhelmed and more focused.
↳ Smaller tasks are easier to complete, which can help you build momentum and stay motivated.


5. Reframing Challenges
↳ Embrace challenges as opportunities to learn and grow.
↳ Reflect on failures to identify areas for improvement.

6. Leadership is About Service, Not Power
↳ Leadership is about empowering others to be their best selves.
↳ Great leaders inspire others to innovate and think creatively.

7. The Power of Pen and Paper
↳ Writing helps you understand your own thoughts better.
↳ Write out your thoughts and feelings to gain perspective and clarity.

8. Master the Power of Active Listening
↳ Focus on what others are saying, not on your reply.
↳ Avoid interrupting or formulating your response while the other person is speaking.

9. Writing Sharpens Your Thoughts
↳ Writing forces you to organize your thoughts.
↳ Seeing ideas on paper helps you spot flaws and improvements.

10. Embrace Discipline for Lasting Success
↳ Discipline is choosing between what you want now and what you want most.
↳ Small, consistent actions lead to big results over time.

10 simple yet transformative lessons to shift your mindset.
4👏1
Prepare for placement season in 6 months
2👏2