RudraXDev Profile Banner
Rudra Pr. Ghosh Profile
Rudra Pr. Ghosh

@RudraXDev

Followers
23
Following
327
Media
52
Statuses
265

Learn, build and grow together โœจ

India
Joined February 2025
Don't wanna be here? Send us removal request.
@RudraXDev
Rudra Pr. Ghosh
1 month
๐Ÿง  Learning. ๐Ÿ› ๏ธ Building. ๐Ÿ“ข Sharing. Currently learning React.js & documenting the journey in public. I post daily updates, tips, and projects as I grow from beginner to builder. Follow along if you're learning to code or love frontend dev ๐Ÿ’ป.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 10 of learning React.js. ๐Ÿ”น Built my first full CRUD app (Create, Read, Update, Delete).๐Ÿ”น Used useState, useEffect, and JSON Server for API requests. From adding to deleting dataโ€”everything handled inside React ๐Ÿ’ช.This felt like a real project milestone!.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 9 of learning React.js. ๐Ÿ”น Learned how to fetch API data using fetch() and useEffect.๐Ÿ”น Displayed data dynamically in components. Feels amazing to pull real data into my app ๐ŸŒ.React is starting to feel powerful and practical!.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
Is this really happen in the industry?
Tweet media one
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 8 of learning React.js. ๐Ÿ”น Learned how to use JSON Server to mock a backend ๐Ÿ–ฅ๏ธ.๐Ÿ”น Practiced making GET & POST requests in React. Fetching data locally feels so real now!.React + JSON Server = mini full-stack vibes ๐Ÿ˜Ž.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 7 of learning React.js. ๐Ÿ”น Learned the useEffect hook today.๐Ÿ”น Used it to handle side effects like updating the DOM & fetching data. It runs after render, and the dependency array is the real game-changer ๐Ÿ”. Slowly starting to feel the power of React hooks!.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 6 of learning React.js. ๐Ÿ”น Built a Color Changer App today! ๐ŸŽจ.๐Ÿ”น Used useState to update background color on button click. Watching the UI change instantly with state updates feels magical โœจ.React is fun when you start building!.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 5 of learning React.js. ๐Ÿ”น Learned how to handle controlled form inputs.๐Ÿ”น Used useState to sync input values with component state. Typing into an input and watching state update in real time is ๐Ÿ”ฅ.Forms finally make sense now!.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 4 of learning React.js. ๐Ÿ”น Learned how to pass data using props.๐Ÿ”น Faced prop drilling while passing data through multiple components. Props make components dynamic ๐Ÿ”.But prop drillingโ€ฆ not so fun ๐Ÿ˜…. Canโ€™t wait to explore better solutions like Context API next!.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
1 month
โœ… Day 3 of learning React.js. ๐Ÿ”น Learned how to render lists using .map().๐Ÿ”น Discovered the importance of key props for each item. Rendering dynamic lists feels so smooth in React ๐Ÿ”„.Small detail: unique keys = better performance & no weird bugs ๐Ÿ”‘.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
Coded all day, now itโ€™s time to touch some grass โšฝ๏ธ. Heading to the playground for some football after a solid React session. Gotta keep the brain & body both in shape ๐Ÿ’ป๐Ÿ”ฅ๐Ÿง ๐Ÿ’ช.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
โœ… Day 2 of learning React.js. ๐Ÿ”น Applied CSS styles to components.๐Ÿ”น Handled click events with onClick.๐Ÿ”น Learned my first React hook: useState ๐Ÿง . Built a button that updates state on clickโ€”React is . starting to click ๐Ÿ˜‰
Tweet media one
1
0
2
@RudraXDev
Rudra Pr. Ghosh
2 months
Code. Football. Cricket. After dark: AI tools, design, edits, chaos. Building something. Maybe everything.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
โœ… Day 1 of learning React.js. ๐Ÿ”น Learned how to create a React app using npx create-react-app.๐Ÿ”น Explored JSX โ€” HTML inside JavaScript ๐Ÿคฏ.๐Ÿ”น Built my first functional component!. Loving the React vibes so far ๐Ÿ”ฅ.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
Faced some annoying npm issues today ๐Ÿ˜ฎโ€๐Ÿ’จ. But finally got my React setup up and running!.VS Code โœ….Node.js โœ….React project โœ…
Tweet media one
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
โœ… Finished learning JavaScript basics!. ๐Ÿš€ Now starting my React.js journey!. Iโ€™ll be sharing everything I learn, from components to hooks to real projectsโ€”right here on X. Follow along if youโ€™re learning too, or just curious ๐Ÿ‘‡.
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
What async style do you use the most in JS?. a) Callbacks.b) Promises.c) Async/await.d) Still confused ๐Ÿ˜….
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
Refactored a nested .then() chain into async/await today. Fewer brackets, more peace of mind ๐Ÿ˜Œ.
1
0
2
@RudraXDev
Rudra Pr. Ghosh
2 months
"Today I learned : DAY 27". Today I learned how async/await makes async code look like sync. Way easier to read than .then().catch() chains.
0
0
2
@RudraXDev
Rudra Pr. Ghosh
2 months
Which array method do you use the most?. a) map().b) filter().c) reduce().d) Still using for loops ๐Ÿ˜….
0
0
1