#reactjs 검색 결과
Just finished the entire frontend of my MERN E-Commerce App 🚀 Built: ✔ Product pages ✔ Cart UI ✔ Auth screens ✔ Seller Dashboard ✔ Reusable components ✔ Fully responsive UI (React + Tailwind) Backend next 🔥 GitHub: github.com/anandkumardev/… #MERN #ReactJS #BuildInPublic
New portfolio dropped. Fast, animated, and fully responsive — built with React + Vite + Tailwind, powered by GSAP & Framer Motion. Live: my-portfolio-phi-three-72.vercel.app #webdev #reactjs #frontend #javascript #buildinpublic #developer #UIUX #tailwindcss #vite #GSAP #FramerMotion
🚀Day 60 #CoderArmy Wrapped up React Lecture 3 today built a production-ready app with Vite + learned how deployment really works 🚀 Then hopped into the next lecture & knocked out 20 mins on Hooks basics. Staying locked in & leveling up daily 🔥 #ReactJS @rohit_negi9
React Day 63 ⚛️ React Router tried to mess with me 😅 But I got navigation, Links, loaders, and actions all working cleanly today.🎉 Routing finally clicked — growth unlocked 🚀 #ReactJS #ReactRouter #WebDev #Frontend #100DaysOfCode #JavaScript
Do’s and Don’ts I follow as a Full-Stack Developer (React + Django). Good code isn’t just functional — it’s scalable, maintainable, and future-proof. #WebDev #FullStackDeveloper #ReactJS #Django #JavaScript #Python #CodingLife #CleanCode #APIs #Frontend #Backend #TechCommunity
🧠 Day 39: JSX, Babel & Components ⚛️🚀 ✨ JSX isn’t HTML — it just looks like it. • JSX → JS with cleaner syntax • Babel → turns JSX → JS • Components → reusable UI • Props → pass data 📦 ⚛️React is just a JavaScript object behind the scenes. #ReactJS @rohit_negi9 💻🔥
Just set up Tailwind + PostCSS + React for my new dashboard project. Every time I start a fresh build, that blank canvas feeling hits 😅 Can’t wait to bring this one to life. #WebDevelopment #ReactJS #FrontendDev
Day🗓️4️⃣0️⃣of Defence course by @rohit_negi9 Learning👇 useState() = the quickest way to add dynamic state to your component. 👉 Helps you store & update values 👉 Re-renders UI automatically 👉 Perfect for forms, toggles, counters & more #ReactJS #JavaScript #WebDev #CodingTips
✨Day-39 of my WebDev journey by @rohit_negi sir! just wrap up JSX (JavaScript XML) : Looks like HTML. Babel that converts JSX into Plain JS. React Component : which is nothing just a Function that returns a JSX . #React #ReactJS #JavaScript #Frontend #Coding #LearnReact #JSX
Learning React Hooks today! ⚛️🔥 Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React. Built a small counter app. #ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9
Project Update -React + Vite setup -Beautiful UI with Tailwind CSS -Password visibility toggle -Multi-role selection (User/Owner/Delivery Partner) -Google OAuth UI ready -Connected to backend auth API -React Router navigation #BuildInPublic #WebDev #ReactJS
Launching a collection of interactions that will feature a mix of interesting finds and serve as a playground for me to create and experiment: interactions.gallery #software #reactjs #uiux #framer
Started @mannupaaji Motion for React playlist and I’m genuinely loving it. Variants, hooks, sequence and many more animations are finally clicking. Can’t wait to put this into real projects and build smooth, production-ready components! #ReactJS #FramerMotion #WebDev
Building something new with @xerdin_442! 🛠️ It's an event booking app called Ticketo. Still a work in progress, but the UI is coming together nicely. Built with React, Tailwind, ShadCN ui, and a lot of coffee. ☕ #buildinpublic #webdev #reactjs
POV: You took the internship project too seriously 😅 Remodified my internship project🔥 #ReactJS #BuildInPublic
📰👨💻 I just published #ReactJS Trends #296 dormoshe.io/newsletters/ag… @thepracticaldev @SahilSahu731 @athreyac4 @Flovet4 @dormoshe #dormosheio #javascript #frontend #webdev
Just shipped my dev portfolio 🚀 Anonymous by design. Premium execution. Built with @reactjs + TypeScript. Live: gog-portfolio.vercel.app GitHub: github.com/GOG-777/My-Dev… No face. Just code. #build #webdev #reactjs #typescript #developer
Why do your components look the same as every other project? Maybe it’s time to upgrade 👉 slass-ui.vercel.app #SlassUI #ReactJS #Nextjs #Frontend #UIDesign
React dev wanted as co-founder! Need you to build: Login/auth Database (Supabase or Firebase) Full Stripe subs + payments I already have working real-time collab prototype + landing. 50/50 equity, #reactjs #cofounder #startup #webdev #indiehackers #stripe
Day 17 of React - Advanced State. Learned about prop drilling (sending props through components just to reach a deeper child). Fixed it using component composition. Also got introduced to the Context API for sharing data globally without long prop chains. #100DaysOfCode #ReactJS
🚀Day 60 #CoderArmy Wrapped up React Lecture 3 today built a production-ready app with Vite + learned how deployment really works 🚀 Then hopped into the next lecture & knocked out 20 mins on Hooks basics. Staying locked in & leveling up daily 🔥 #ReactJS @rohit_negi9
React 19.2 is entering its "Sigma Era" – focused, efficient, and packed with powerful defaults. 🚀 This overview covers the paradigm shift toward built-in performance, smarter async primitives, and streamlined development. dev.to/sagi0312/react… #ReactJS #JavaScript #WebDev
Building a custom website with React.js is super easy. Install Node.js, then run: npm create vite@latest myproject Select React, enter your folder: cd myproject Start the app: npm run dev Fast, modern, and perfect for clean, scalable web projects. #ReactJS #Vite #WebDev
1. Create a Context using createContext(); 2. Wrap components with a Provider 3. Consume values anywhere using useContext For more details refer @w3schoolsonline article w3schools.com/react/react_us… Cleaner code, no drilling. 🚀 #ReactJS #JavaScript
Learn ReactJS for Beginners -www. quikr.com/education-trai… #reactjs #JavaScript #REACT #ReactTV @TpointTech @tpointtechian
Day 17 MERN Comeback 🚀 Mastered useState and React Lists today. built a dynamic 'Team Section' by mapping over an array of objects and rendering components. No more hard-coding 50 repetitive lines. DRY (Don't Repeat Yourself) is the law. #100DaysOfCode #ReactJS #WebDev
Do’s and Don’ts I follow as a Full-Stack Developer (React + Django). Good code isn’t just functional — it’s scalable, maintainable, and future-proof. #WebDev #FullStackDeveloper #ReactJS #Django #JavaScript #Python #CodingLife #CleanCode #APIs #Frontend #Backend #TechCommunity
Learning React Hooks today! ⚛️🔥 Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React. Built a small counter app. #ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9
New portfolio dropped. Fast, animated, and fully responsive — built with React + Vite + Tailwind, powered by GSAP & Framer Motion. Live: my-portfolio-phi-three-72.vercel.app #webdev #reactjs #frontend #javascript #buildinpublic #developer #UIUX #tailwindcss #vite #GSAP #FramerMotion
🧠 Day 39: JSX, Babel & Components ⚛️🚀 ✨ JSX isn’t HTML — it just looks like it. • JSX → JS with cleaner syntax • Babel → turns JSX → JS • Components → reusable UI • Props → pass data 📦 ⚛️React is just a JavaScript object behind the scenes. #ReactJS @rohit_negi9 💻🔥
Just finished the entire frontend of my MERN E-Commerce App 🚀 Built: ✔ Product pages ✔ Cart UI ✔ Auth screens ✔ Seller Dashboard ✔ Reusable components ✔ Fully responsive UI (React + Tailwind) Backend next 🔥 GitHub: github.com/anandkumardev/… #MERN #ReactJS #BuildInPublic
✨Day-39 of my WebDev journey by @rohit_negi sir! just wrap up JSX (JavaScript XML) : Looks like HTML. Babel that converts JSX into Plain JS. React Component : which is nothing just a Function that returns a JSX . #React #ReactJS #JavaScript #Frontend #Coding #LearnReact #JSX
Just set up Tailwind + PostCSS + React for my new dashboard project. Every time I start a fresh build, that blank canvas feeling hits 😅 Can’t wait to bring this one to life. #WebDevelopment #ReactJS #FrontendDev
Project Update -React + Vite setup -Beautiful UI with Tailwind CSS -Password visibility toggle -Multi-role selection (User/Owner/Delivery Partner) -Google OAuth UI ready -Connected to backend auth API -React Router navigation #BuildInPublic #WebDev #ReactJS
Building something new with @xerdin_442! 🛠️ It's an event booking app called Ticketo. Still a work in progress, but the UI is coming together nicely. Built with React, Tailwind, ShadCN ui, and a lot of coffee. ☕ #buildinpublic #webdev #reactjs
Day 1 of learning React! 🚀 Today I discovered: ✨ useState Hook - managing state in functional components 📦 Components - the building blocks of React apps Breaking down complex UIs into reusable pieces is a game changer! #ReactJS #100DaysOfCode #WebDev @reactjs @googlefonts
Day 32/100 ✅ Built a simple React UI today using state, props, and component logic ⚛️ Slow progress, solid foundations. 💪 #ReactJS #100DaysOfCode #WebDevelopment
Launching a collection of interactions that will feature a mix of interesting finds and serve as a playground for me to create and experiment: interactions.gallery #software #reactjs #uiux #framer
Day 3🔥 – Built an NFC-style futuristic UI. Neon + dark theme + clean layout = perfect combo. Loving this UI grind 💻🔥 #Day3 #Frontend #ReactJS #UIDesign #BuildInPublic #WebDev #NeonUI #Techwear #Futuristic #CodeNewbie
Day 01 React done ✅ Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code. Key takeaways: 🔄 Custom Elements: Building a reusable createElement function from scratch. 🆚 React vs ReactDOM #ReactJs #WebDev
I built FindIt to make it easier for people to report and recover lost items. There’s also a community page where users help each other… and my favorite feature: locating nearby places of interest. Check it out 👇 find-it-flame.vercel.app #WebDev #ReactJS #JavaScript #webapp
“Just spent 2 whole hours debugging my React app like a madman 🔥 Turned out I used {} instead of () in an arrow fn → return was missing React gave ZERO useful errors, just silent death 😭 Finally fixed it 😂 #ReactJS #WebDev #100DaysOfCode”
Something went wrong.
Something went wrong.
United States Trends
- 1. Brunson 6,321 posts
- 2. Knicks 11.4K posts
- 3. Duke 27.7K posts
- 4. Jaylen Brown 4,785 posts
- 5. #WWENXT 10.2K posts
- 6. Notre Dame 33.6K posts
- 7. Celtics 11.3K posts
- 8. Jordan Walsh N/A
- 9. Miami 94.4K posts
- 10. Van Epps 124K posts
- 11. Bama 22.2K posts
- 12. Isaiah Evans 1,205 posts
- 13. Tennessee 212K posts
- 14. Boogie Fland N/A
- 15. Cam Boozer N/A
- 16. Mikal Bridges 1,306 posts
- 17. Nashville 33.1K posts
- 18. #RHOSLC 2,527 posts
- 19. Syracuse 8,682 posts
- 20. Behn 74.5K posts