#reactdevs wyniki wyszukiwania
#reactdevs Is this okay? Having a component's children be an arrow function so you can "pass" props back to the parent. I saw this technique used in an open source repo, and thought it was interesting, but I'm wondering if it's considered good practice. And, does it have a name?
This took me roughly 8 hours to fix and I appreciate how I am normalizing the fact that the smallest changes take the longest time to debug. #javascript #react #reactdevs
I was going through someone's github projects and i found this😂 Is this true #reactdevs? #100DaysOfCode #reactdevske #reactjs #Connect @ReactDevs @reactdevske
React nexus 2025 Met amazing devs from all over india. All thanks to @chennaireact for giving me an opportunity again. #reactnexus #reactdevs #reactbangalore
🧚♂️ Time to sprinkle some pixie dust During @ReactSummit, our very own Itai Hanski delivered an 8 min masterclass on how PKCE can be used to communicate between React and native mobile SDKs. 🔗: youtube.com/watch?v=H93Ut3… #pkce #reactjs #reactdevs #authentication #reactnative
Portfolio almost ready Learnt about EmailJs and the use of canvas from React-Three library Please am open for collaboration and networking Looking forward to working on projects with great minds Still your developer #reactdevs @Kynsofficial @Nene_dev26 @gozkybrain4u @
Now it's slowly increasing with nextjs, since frontend devs can now do backend with nextjs and call themselves as fullstack #tech #reactdevs #nextjs
Yo #ReactDevs, let's be real. Dealing with state and side effects in functional components with React hooks can feel like a perpetual game of ping-pong, but hey, at least we're kept on our toes! 😆
Hey #reactdevs, I have noticed this alot on @reactjs: && and || : - &&: The expression returns the first falsy value or the last truthy value if all are truthy. - ||: The expression returns the first truthy value it encounters, or the last value if all are falsy. #React
How am I just finding out about React 19?! 🤦♀️ We will have a compiler now? So much new stuff to learn. My #reactdevs what are your thoughts? Excited? 😁
Great tip! Error Boundaries are a game changer for #ReactDevs. 🚀🌲 #DevTips
React-Query is a game changer for React developers, but getting started can be tricky. Make sure to understand these 4 key concepts before diving in for full potential #ReactQuery #ReactDevs
#reactdevs What do you think about the Compound Component Pattern in ReactJS?
Happy Monday! Hello Dev's, what are you building this week? #reactdevs #reactjs #developer
Here are five common useEffect mistakes jnr #ReactDevs should avoid: 1. Not using the Dependency Array. The dependency array is a crucial aspect of useEffect that is often overlooked. If you leave it out, your effect will run after every render, which leads to performance issues.
Joining a React community is a game changer! It's not just about coding; it's about connections. Learning from diverse experiences and sharing solutions makes us all stronger. #ReactDevs #reactjsEthiopia
Starting with React? You're embarking on an exciting adventure in web development. Remember, even experienced devs were beginners once. Embrace the challenges and celebrate your progress! #reactdevs
React nexus 2025 Met amazing devs from all over india. All thanks to @chennaireact for giving me an opportunity again. #reactnexus #reactdevs #reactbangalore
Portfolio almost ready Learnt about EmailJs and the use of canvas from React-Three library Please am open for collaboration and networking Looking forward to working on projects with great minds Still your developer #reactdevs @Kynsofficial @Nene_dev26 @gozkybrain4u @
Frontend devs know: -> 1px misalignment = 3 - hour therapy session. -> Dark mode bug = ruin your night. -> Button not centered? Burn the project. Agree? #ReactDevs #developer #Frontend
#ReactDevs cuando @braulio_sl habla, es aconsejable escucharlo con mucha atención 👂👂👇👇👇
🔥 ¿Buscas una alternativa para el estado global en React? Me he animado a hacer una serie de videos sobre Zustand. Aquí va el primer episodio: qué es, por qué usarlo y cómo aplicarlo en React + TypeScript. 🎥👉 youtube.com/watch?v=LtEOBA…
youtube.com
YouTube
Zustand desde Cero #1 - Alternativa sencilla a Redux y Context +...
Yo #ReactDevs, let's be real. Dealing with state and side effects in functional components with React hooks can feel like a perpetual game of ping-pong, but hey, at least we're kept on our toes! 😆
Hey #reactdevs, I have noticed this alot on @reactjs: && and || : - &&: The expression returns the first falsy value or the last truthy value if all are truthy. - ||: The expression returns the first truthy value it encounters, or the last value if all are falsy. #React
React, nothing against Vue. There is simply more #reactDevs and so #openSource projects have more chance to get contributions with react
🚀 Hey #ReactDevs! I’m diving into Jest for testing in React, but I'm still a newbie with testing frameworks. 😅 Any pro tips or resources you recommend? 🔥 Let’s level up together! 💪 #React #Jest #JavaScript #WebDev #CodeNewbie #Testing #TechTwitter
#ReactDevs just launched my first course, Testing in React with Vitest. Enroll and learn how to setup Unit, Snapshot, Integration and Accessibility tests with Vite, Vitest, ESLint, Redux Toolkit and React Testing Library among many others linkedin.com/learning/testi… @reactdevske
"💻 #ReactDevs, for effective TDD with React components, give Jest and React Testing Library a go! They're powerful, easy-to-use tools that ensure your components are robust & ready for production. #DevTips #ReactJSTesting #TDD 🚀" ✍ @openai
"Hey fellow #ReactDevs! Tried #Valtio yet? It's a simple, yet powerful state management tool. Excellent for keeping your codebase neat and readable. With its proxy-based reactivity, it makes state sharing between components a breeze! #DevTips #ReactTools" ✍ @openai
"👩💻👨💻 #ReactDevs, ever thought about pairing TypeScript with React? ✔️ Type safety ensures fewer bugs 🐛 ✔️ Enhanced dev tools and autocompletion ⚙️ ✔️ Readability and easier maintenance 📚 Give it a shot, your future self will ✍ @openai
"👩💻👨💻#ReactDevs, ever wondered why use #TypeScript with #React? It's all about better code quality! Catching errors early, autocompletion, easier refactoring, and self-documenting code. Enhance your productivity today! 💻🚀 # ✍ @openai
Frontend developers when they finally understand how props work in React: "I'm a prop-het now." #FrontendHumor #ReactDevs
Joining a React community is a game changer! It's not just about coding; it's about connections. Learning from diverse experiences and sharing solutions makes us all stronger. #ReactDevs #reactjsEthiopia
"🚀 #ReactDevs, boost your app's reliability with robust error handling. Use Error Boundaries for catching and logging errors in components. For deeper insights, integrate with a tool like Sentry. Keep debugging seamless! 💻🔧 #DevTips #ErrorHandling #ReactJs" ✍ @openai
#reactdevs What do you think about the Compound Component Pattern in ReactJS?
‼️URGENT‼️ Hey! I would like to implement a drilldown chart, can you recommend a react library? #reactdevs
"👩💻 #ReactDevs using #Nextjs, remember: 1) Avoid unnecessary re-renders, use `React.memo()`, 2) Take full advantage of Server Side Rendering, 3) Don't forget to prefetch pages with `Link` for smoother navigation, 4) Use `getStatic ✍ @openai
"🚀#ReactDevs, leverage Component Composition! It's your secret weapon for more maintainable, testable code. Break down complex components into smaller, reusable pieces. Less coding, more productivity, and easier testing. #ReactJS #CodingTips #DevLife" ✍ @openai
1️⃣ Virtual DOM 2️⃣ Components & Props 3️⃣ State & Lifecycle 4️⃣ Error Boundaries 5️⃣ React Hooks If you know those 5 concepts, you can build almost anything with React! #javascript #react #reactdevs
#reactdevs Is this okay? Having a component's children be an arrow function so you can "pass" props back to the parent. I saw this technique used in an open source repo, and thought it was interesting, but I'm wondering if it's considered good practice. And, does it have a name?
I was going through someone's github projects and i found this😂 Is this true #reactdevs? #100DaysOfCode #reactdevske #reactjs #Connect @ReactDevs @reactdevske
We have a Senior and a Mid React Dev opening in Knoxville. #react #reactjs #reactdevs #knoxjobs #knoxdevs #devjobs
Tweaking some mobile stylings before deploying a client website. #coffeeandcoding #html #reactdevs #reactdeveloper #reactdom #reacthooks #webdesign #webdesigner #javascript #scss #props #reactrender #coffee #codewithdave #css #sass #javascript
🧚♂️ Time to sprinkle some pixie dust During @ReactSummit, our very own Itai Hanski delivered an 8 min masterclass on how PKCE can be used to communicate between React and native mobile SDKs. 🔗: youtube.com/watch?v=H93Ut3… #pkce #reactjs #reactdevs #authentication #reactnative
This took me roughly 8 hours to fix and I appreciate how I am normalizing the fact that the smallest changes take the longest time to debug. #javascript #react #reactdevs
Portfolio almost ready Learnt about EmailJs and the use of canvas from React-Three library Please am open for collaboration and networking Looking forward to working on projects with great minds Still your developer #reactdevs @Kynsofficial @Nene_dev26 @gozkybrain4u @
React nexus 2025 Met amazing devs from all over india. All thanks to @chennaireact for giving me an opportunity again. #reactnexus #reactdevs #reactbangalore
The countdown has started for our second cabin retreat! 🚗 In less than a week, the Redbee team will gather at Mărișel to enjoy fun activities, tasty food, and the fresh air of the mountains. Ready? We definitely are! 👀 #teambuilding #softwarecompany #reactdevs #cabinretreat
Now it's slowly increasing with nextjs, since frontend devs can now do backend with nextjs and call themselves as fullstack #tech #reactdevs #nextjs
Hola #Devs uno de nuestros #reactDEvs dara una charla sobre #ReactNative #react #javascript, en apoyo con otras comunidades #TechLaPaz por #Tech4Amazonia, no se la pierdan. Apoyemos a la #Amazonia. RT: @_GD_DEV_
Hey #reactdevs, I have noticed this alot on @reactjs: && and || : - &&: The expression returns the first falsy value or the last truthy value if all are truthy. - ||: The expression returns the first truthy value it encounters, or the last value if all are falsy. #React
Truly humbled to have attended the ReactDevelopers Meetup last saturday @iHub Got the opportunity to meet amazing techies @reactdevske @phil_ndegwa @lead_intern @jamesreactdev Looking >> for more meetups 😉 📸 by <Caroline/> #opensource #reactdevs #reactdevske #react #reactjske
React is a JavaScript “library”. It's NOT a “framework”. It's not a complete solution & you will often need to use more libraries with React to form any solution. React does not assume anything about the other parts in any solution. React follows the Unix philosophy ........👇👇
Honestly, this is just not a react native difficulty but an issue often created by developers #appdevelopment #reactdevelopment #reactdevs #reactredux #webdevelopment #react #ideausher Read more about it here: ideausher.com/blog/top-mista…
Hire React Native Developers in Austria!🇦🇹 ⇓ #reactdevs #javascript #development #code #programming #coding #developer #code #software #tech #hiring #jobs #jobsearch #job #techjob #rekrutieren #entwickler #österreich #wfh #remotework #staffaugmentation ⇓ staffaugmentation.at/de/rekrutieren…
Hola #ReactDevs #ReactBolivia este sabado 31 de Agosto tendremos nuestro taller #ReactGirls, no se la pierdan. Registro: reactbolivia.com/register El #workshop será realizado en LINK Cowork a partir de las 09:00 con costo de 30Bs.
Something went wrong.
Something went wrong.
United States Trends
- 1. Justin Fields 9,404 posts
- 2. #FinallyOverIt 1,669 posts
- 3. Jets 67.3K posts
- 4. Patriots 145K posts
- 5. Drake Maye 19.4K posts
- 6. Jalen Johnson 6,002 posts
- 7. Henderson 21.5K posts
- 8. Summer Walker 10.3K posts
- 9. Judge 187K posts
- 10. AD Mitchell 2,307 posts
- 11. 5sos 17.4K posts
- 12. Pats 14.2K posts
- 13. #criticalrolespoilers 2,474 posts
- 14. Diggs 10.4K posts
- 15. Cal Raleigh 7,561 posts
- 16. Santana 13.7K posts
- 17. 1-800 Heartbreak N/A
- 18. #GreysAnatomy 2,099 posts
- 19. #zzzSpecialProgram 1,040 posts
- 20. #TNFonPrime 3,403 posts