Joined June 2025
164 Photos and videos
Pinned Tweet
Hi, I am student @ChaiCodeHQ cohort 2026 student. Just finished reviewing yesterday class, now I want to connect with people, who are in IT. Let’s inspire each other in the feed.
4
2
17
676
What's the plan for Sunday??
5
#HackerRank Solved Another problem on HackerRank
1
4
34
Learnt React Performance: About > rendering strategies > useMemo() vs React.memo() > useCallback() > React.lazy() and Suspense Learning: "Always first fix, slow render, then re-render."
1
17
Also focused on Figma: > Imaging and masking > Typography
16
Tried React Interview from Chai React Labs [react.chaicode.com] by @Hiteshdotcom
2
28
Solved the 1st problem from HackerRank on React. Simple Todo list Learnt how to handle different types of HTML attributes in React...
1
2
27
Learning Figma: > Learnt Basic Figma UI > Working with Objects, layers, and groups > Mastered Constraints for responsiveness From YT: Skillsterr playlist
1
1
20
What's the best React resource to read more about Reusability in React?
4
React isn't a silver bullet; it's a dedicated view layer designed to sync application state cleanly with the DOM. Core tools like global state tracking and routing exist as external packages outside the core library. @Hiteshdotcom @ChaiCodeHQ #chaicode
4
28
API engineering in React means planning for edge cases, not just basic fetches. Handle api like pro @Hiteshdotcom @ChaiCodeHQ #chaicode
4
28
React state trap: Identical primitives stop re-renders, but structurally identical objects trigger a fresh re-render every time due to memory reference. Pass specific primitive keys into your dependencies, never raw objects. @Hiteshdotcom @ChaiCodeHQ #chaicode
7
61
Divyaraj Singh retweeted
What a class today ! Have always heard about CI CD pipelines and all that now finally Learned about Github Actions, Workflows, Docker , SHH, SLL configs and caddy and more. Really grateful to @arjunhemrajani for the support. @ChaiCodeHQ @Hiteshdotcom @piyushgarg_dev
3
45
275
A classic React interview trap is over-engineering derived data. State updates re-run components line-by-line. A standard JS variable will naturally recalculate. @Hiteshdotcom @ChaiCodeHQ #chaicode
10
117
The final chapter of the React series with @Hiteshdotcom is officially wrapped. At its core, React is an interface tool designed to safely fetch, optimize, and display backend data. Time to stop consuming tutorials and start building. @ChaiCodeHQ #ChaiCode
1
1
27
- Instead of chasing every third-party state library, true engineering happens when you build real projects under industry-standard constraints. - For complex concepts like Server-Side Rendering (SSR) and Server Components, the logical path forward is moving to Next.js.
1
34
. Connect an open-source backend like FreeAPI to MongoDB Atlas and build full-stack frontends for Twitter or Instagram clones. @Hiteshdotcom @ChaiCodeHQ #chaicode
4
81
Deploying React apps to production is straightforward with Vercel or Netlify. - Isolate your app folder - Secure .env files in .gitignore - Push to GitHub - Map your environment keys in the cloud dashboard @Hiteshdotcom @ChaiCodeHQ #chaicode #reactjs #buildinpublic
4
127
Assembling the page views for the React mega-project - Built core page modules including Signup, Login, AddPost, and EditPost. - Structured client-side routing by making RouterProvider paired with custom layout guards to lock down secure pages. @Hiteshdotcom @ChaiCodeHQ
13
121
Building production-ready forms in React > Built a post container that shifts between creation and editing modes. > Implemented a smart useEffect tracking hook that watches input fields to auto-generate optimized browser-friendly URL slugs on the fly @Hiteshdotcom @ChaiCodeHQ
6
40