ITx_prash Profile Banner
Prash Profile
Prash

@ITx_prash

Followers
8
Following
49
Media
22
Statuses
66

Joined October 2024
Don't wanna be here? Send us removal request.
@ITx_prash
Prash
3 days
Day 19 of #React ⚛️ React Theory & Hooks Deep Dive: Understanding rendering mechanism, Virtual DOM reconciliation, useState, useEffect, useRef, useMemo, and useCallback. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
Tweet card summary image
github.com
My React journey – building small, incremental projects and learning in public - ITx-prash/react-journey
0
0
1
@ITx_prash
Prash
4 days
Day 18 of #React ⚛️ Shopping cart using Redux Toolkit: createSlice, configureStore, useSelector for specific state slices, and useDispatch actions. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
0
0
2
@ITx_prash
Prash
6 days
Day 16/17 of #React ⚛️ Took longer with other chores, building this recipe project. Learned & used Context API, React Router nested routes, useNavigate, debouncing, and conditional rendering. Features recipe search, ingredient view, and favorites. Code: https://t.co/gvzU8lxj7r
0
0
2
@ITx_prash
Prash
10 days
Day 15 of #React ⚛️ Learning from this real-time weather app with OpenWeather API, debounced search, autocomplete dropdown, and coordinate-based queries for accurate location data. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
1
0
5
@ITx_prash
Prash
12 days
Day 14 of #React ⚛️ Scroll navigation: scrolling to top/bottom and specific sections using useRef, scrollIntoView, and window.scrollTo APIs. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
Tweet card summary image
github.com
My React journey – building small, incremental projects and learning in public - ITx-prash/react-journey
0
0
3
@ITx_prash
Prash
13 days
Day 13 of #React ⚛️ Custom hooks: useFetch for API data and useOnClickOutside for click-away handling with event listeners. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
Tweet card summary image
github.com
My React journey – building small, incremental projects and learning in public - ITx-prash/react-journey
0
0
2
@ITx_prash
Prash
15 days
Day 12 of #React ⚛️ Need to be more consistent with react, but implemented feature flags using Context API, useContext hook, and conditional component rendering based on configuration. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
Tweet card summary image
github.com
My React journey – building small, incremental projects and learning in public - ITx-prash/react-journey
0
0
1
@ITx_prash
Prash
16 days
Day 11 of #React ⚛️ Search autocomplete with real-time filtering, array methods (filter, indexOf), conditional dropdown rendering, and click event handling for user selection. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
0
0
2
@ITx_prash
Prash
17 days
Random thought: Whether in life or tech, it’s all about seeing the bigger picture and connecting the dots...
0
0
1
@ITx_prash
Prash
17 days
Day 10 of #React ⚛️ GitHub Profile Finder with API integration, axios for HTTP requests, async/await error handling, loading states, and dynamic data display. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
1
0
2
@ITx_prash
Prash
18 days
Day 09 of #React ⚛️ Modal popup component, fixed positioning, overlay bg, conditional rendering, and prop callbacks for closing modals. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
0
0
2
@ITx_prash
Prash
19 days
Day 09 of #React ⚛️ Built a custom tabs component! Learned component composition, prop callbacks, and dynamic content rendering. It's past 12 due to clz assignments but nvm. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
0
0
2
@ITx_prash
Prash
20 days
Day 08 of #React ⚛️ Not much code today, but took time to revise this week's concepts - state management, custom hooks, localStorage, scroll events, and dark mode patterns. Solidifying fundamentals! Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
Tweet card summary image
github.com
My React journey – building small, incremental projects and learning in public - ITx-prash/react-journey
0
0
2
@ITx_prash
Prash
21 days
Day 07 of #React ⚛️ Built theme switcher + scroll progress indicator. Learned custom hooks (useLocalStorage), localStorage API, window scroll events, and dark mode with Tailwind. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
0
0
2
@ITx_prash
Prash
22 days
Day 06 of #React ⚛️ Built a QR Code Generator! Learned about integrating third-party libraries (react-qr-code), controlled inputs, and conditional rendering with dynamic UI updates. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
0
0
2
@ITx_prash
Prash
23 days
Day 05 of #React ⚛️ Recursive TreeView menu with expand/collapse. Learned recursive components, nested data structures, state toggle logic, and React Router navigation. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
1
0
2
@ITx_prash
Prash
24 days
Day 04 of #React ⚛️ Load More pagination with API data. Learned about appending state with functional updates, derived state calculations, and conditional button disabling when reaching data limits. Code: https://t.co/gvzU8lxj7r #ReactJS #LearningInPublic
1
0
2
@ITx_prash
Prash
24 days
I guess I never shared Floweave here. It’s a lightweight terminal utility for Xorg that extends your Linux desktop to a virtual display, letting you use any device as a wireless second monitor via VNC. Repo: https://t.co/fezLE7EFsO
0
0
2
@ITx_prash
Prash
25 days
Day 03 of #React⚛️ Built two components today - a Star Rating system with hover effects and an Image Slider with API integration. Got hands-on with useEffect for data fetching and axios for HTTP requests. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
Tweet card summary image
github.com
My React journey – building small, incremental projects and learning in public - ITx-prash/react-journey
1
0
2
@ITx_prash
Prash
26 days
Day 02 of #React⚛️ Random Color Generator with RGB/HEX mode switching. Practiced dynamic inline styles, Math.random() for color generation, and managing multiple state variables together. Code: https://t.co/gvzU8lxQWZ #ReactJS #LearningInPublic
1
0
2