PulkitAhuja02 Profile Banner
Pulkit Ahuja Profile
Pulkit Ahuja

@PulkitAhuja02

Followers
6
Following
17
Media
7
Statuses
40

Joined March 2024
Don't wanna be here? Send us removal request.
@PulkitAhuja02
Pulkit Ahuja
5 months
Built the login page for my frontend project ๐Ÿš€ Used Context API to avoid prop drilling & a custom hook to persist the name across pages. Uploaded the code on GitHub โœ… Faced some errors while deploying on Vercel #WebDev #React.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Things I learned today: ๐Ÿš€.1๏ธโƒฃ Deep dived into Recoil for state management ๐Ÿ”ฅ.2๏ธโƒฃ Learned to use Selectors for derived state in Recoil ๐ŸŽฏ.3๏ธโƒฃ Explored the basics of Tailwind CSS for fast & clean styling ๐ŸŽจ.#Recoil #TailwindCSS #React.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Things I learned today: ๐Ÿง‘โ€๐Ÿ’ป๐Ÿš€.1๏ธโƒฃ Using Suspense & fallback for handling lazy loading ๐Ÿ“ฅ.2๏ธโƒฃ The problem of prop drilling & why it's messy .3๏ธโƒฃ Context API to fix prop drilling but its downside โ†’ unnecessary re-renders โš ๏ธ.4๏ธโƒฃ Recoil for state management โ†’ cleaner & more efficient.
0
0
1
@PulkitAhuja02
Pulkit Ahuja
6 months
Things learned today:. React is a Single Page Application (SPA) ๐Ÿ–ฅ๏ธ.Client-side bundle ๐Ÿ“ฆ & Client-side routing ๐Ÿ”„.Routes in React ๐Ÿš.react-router-dom ๐Ÿ›ค๏ธ.useNavigate hook.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Built a Password Generator ๐Ÿš€. Used React hooks:.๐Ÿ”น useState for managing states. ๐Ÿ”น useEffect for auto-generating passwords. ๐Ÿ”น useRef to copy passwords easily. ๐Ÿ”น useCallback to optimize functions and avoid re-renders.#ReactJS
Tweet media one
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Coded to explore the difference between using and not using useRef. Learned how useRef keeps values persistent across renders without causing re-renders. With useRef, performance improves by avoiding unnecessary re-renders in simple scenarios like counters.
Tweet media one
Tweet media two
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Coded to understand without useCallback vs with useCallback. Learned how function references change on re-renders. useCallback helps in preventing unnecessary child component re-renders. #React #useCallback #ReactOptimization
Tweet media one
Tweet media two
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Built two projects to understand the impact of useMemo. One without useMemo (factorial recalculated on every render). One with useMemo (factorial recalculated only when the input changes).
Tweet media one
Tweet media two
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Built 2 projects today:.1๏ธโƒฃ Without React.memo.2๏ธโƒฃ With React.memo.Learned how React.memo caches props and avoids unnecessary re-renders. ๐Ÿš€
Tweet media one
Tweet media two
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Things I learned today:. React.memo ๐Ÿง .useMemo ๐Ÿ› ๏ธ.useCallback ๐Ÿ”.Differences & when to use them.From tomorrow: Revising DSA while continuing with React! ๐Ÿš€ #ReactJS #WebDevelopment #DSA.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
Learned today:. React.memo: Stops unnecessary re-renders. useCallback: Keeps functions from re-creating.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
6 months
๐Ÿš€ Built a "Background Color Changer" in React! . Things I learned:.State management with useState.Event handling for dynamic updates.Inline & Tailwind CSS styling.#ReactJS #FrontendDevelopment
Tweet media one
0
0
1
@PulkitAhuja02
Pulkit Ahuja
6 months
โœ”๏ธ Made my first simple project using React: A basic calculator. ๐Ÿ›  Things used from React:. Components.useState hook.Event handling.#React #WebDevelopment
Tweet media one
0
0
1
@PulkitAhuja02
Pulkit Ahuja
7 months
Things learned today:.Types of Hooks in React : .useState: For state management.useEffect: For side-effects like API calls.useContext: For global state management.Custom Hooks: Reusable logic.#React #WebDevelopment.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
7 months
Things I did today:. Created a simple to-do site using React.Didnโ€™t fully understand the backend, need more practice.#LearningJourney #React.
0
0
1
@PulkitAhuja02
Pulkit Ahuja
7 months
Felt like Iโ€™m too late to start developmentโ€”college is over, and others began earlier. These thoughts hit hard. But truth is, I told myself the same thing last year when I had time. Starting late might feel tough, but in the long run, it wonโ€™t matter. Keep going. #FailuresDiary.
1
0
1
@PulkitAhuja02
Pulkit Ahuja
7 months
Just wrapped up learning:. React props & state.How React works under the hood.Vite folder structure breakdown.Excited to apply these insights in my coding journey! ๐Ÿš€. #ReactJS #WebDevelopment #Coding.
0
0
1
@PulkitAhuja02
Pulkit Ahuja
7 months
Things I learned today:. ->React Components (Parent-Child communication).->Props and Callback Functions.->Event Handling in React (Arrow Functions, Binding, Passing Methods as Props).->Virtual DOM, Diff Algorithm, and Efficient Re-rendering.#React #WebDevelopment.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
7 months
Things I learned today:. ->Difference between functional and class components in React.->Still not able to get the clarity on some of the concepts though. #React #WebDevelopment #LearningJourney.
0
0
0
@PulkitAhuja02
Pulkit Ahuja
7 months
Today's learning progress:. ->Continued exploring React. ->Gained a clear understanding of state, components, and re-rendering through examples. ->Developed examples without React to understand the basics. ->Reimplemented the same examples using React to understand its use case.
0
0
0