Pratik Mahendra(@PMahendra11057) 's Twitter Profileg
Pratik Mahendra

@PMahendra11057

ID:1765647002883280896

calendar_today07-03-2024 07:54:01

16 Tweets

10 Followers

8 Following

Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-12 of

Started building a Full-Stack todo app Using React for the frontend, Node.js for backend, and MongoDB for the database.Backend setup completed with todo schema and CRUD operations for todos.Routes tested with Postman.
Next up, building the frontend with React

Day-12 of #reactjs Started building a Full-Stack todo app Using React for the frontend, Node.js for backend, and MongoDB for the database.Backend setup completed with todo schema and CRUD operations for todos.Routes tested with Postman. Next up, building the frontend with React
account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-11 of

Today I delved deep into Context API.
It solves the problem of prop drilling
However, it doesn't fix re-rendering.
This is where state management libraries like Redux/Recoil come in, helping manage state in a centralized manner to reduce re-renders.

account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-10 of

Today I delved into React Router DOM
I learned to use components like BrowserRouter, Routes, and Route to define routes and render different components based on the URL.
Also, noticed the seamless route changes without page refresh, improving user experience!

account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-9 of

Today I Explored routing, prop drilling, and context API. Planning to dive deeper into these concepts.Also implemented lazy loading with React.lazy() for Dashboard and Landing components in my routing setup. Excited for more learning ahead

Day-9 of #reactjs Today I Explored routing, prop drilling, and context API. Planning to dive deeper into these concepts.Also implemented lazy loading with React.lazy() for Dashboard and Landing components in my routing setup. Excited for more learning ahead #React #learnInPublic
account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-8 of

Today I Created a ToDo list app with React!
with localStorage integration.Features include adding todos,persisting them using localStorage, and deleting todos.

Next: implement mark as done, edit and clear all todos, and database Integration.

account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-6 of js

Today I Dived deep into useCallback for function memoization and explored memo, which lets you skip re-rendering a component when its props are unchanged. Also took time to review all previously learned hooks, strengthening my foundation.

account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-5 of
Today, I explored useMemo for performance optimization, avoiding redundant computations and renders. My project now dynamically calculates the sum of input numbers, recalculating only when the input changes. The counter remains independent of this operation.

account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-4 of

Today, I learnt about useEffect hook
I implemented a feature in my project where clicking on a button updates the ID, triggering the useEffect to fetch the corresponding todo.
The useEffect dependency on the ID ensures seamless updates whenever the ID changes

Day-4 of #reactjs Today, I learnt about useEffect hook I implemented a feature in my project where clicking on a button updates the ID, triggering the useEffect to fetch the corresponding todo. The useEffect dependency on the ID ensures seamless updates whenever the ID changes
account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Dat-3 of

Today I learned that setCounter in useState can use a callback for state updates which update state based on previous state value,useful for sequential update
also I explored dynamic styling with useState, updating background color instantly based on user click

Dat-3 of #reactjs Today I learned that setCounter in useState can use a callback for state updates which update state based on previous state value,useful for sequential update also I explored dynamic styling with useState, updating background color instantly based on user click
account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-2 of learning React js

Today, I learned about props and components
I deepened my understanding of props and components, key building blocks in React.
I also created a basic Netflix-like suggestions page with reusable components and props. Excited to see it evolve!

Day-2 of learning React js Today, I learned about props and components I deepened my understanding of props and components, key building blocks in React. I also created a basic Netflix-like suggestions page with reusable components and props. Excited to see it evolve! #reactjs
account_circle
Pratik Mahendra(@PMahendra11057) 's Twitter Profile Photo

Day-1 of my React js journey

Just started learning React and already diving into hooks!πŸš€
Explored the useState hook!
Built a fun counter project where the count goes up every time you hit 'Add Value' button
and it goes down when you hit 'Remove Value'
button

Day-1 of my React js journey Just started learning React and already diving into hooks!πŸš€ Explored the useState hook! Built a fun counter project where the count goes up every time you hit 'Add Value' button and it goes down when you hit 'Remove Value' button #reactjs
account_circle