#remixjs search results
I read blog posts about #remixjs, inspired by @kentcdodds talks, and decided to dedicate all weekend to building & learning this #javascript #react framework. Make my Hackathon with the power of remixjs :) I took my cold brew & bottle of water at @Starbucks - Hiding mode
目前发现 #remixjs 唯一影响最大的问题就是浏览器一旦安装了涉及修改页面的插件,就必然会出现水合错误(图一它自己的文档就出现了),同事在使用了某个 Antd 组件之后最终会因为水合错误导致死循环(图二)直至页面崩溃...
Day 46 of #100DaysOfCode: Started a small project to apply everything I've learned from Remix so far🚀. Excited to see how it all comes together! #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
🚨 Security Alert for #ReactRouter & #RemixJS users! Two high-severity cache poisoning bugs (CVE-2025-43864 & CVE-2025-43865) can cause DoS & stored XSS. 🔄 Upgrade to v7.5.2+ 🧹 Purge all caches ⚙️ Review caching settings Stay safe! 🔒 #WebSecurity #DevSecOps
Day 57 of #100DaysOfCode: After three days stuck on forms, I finally solved the problem! Now, bets can be placed on ponies or canceled. Persistence pays off! 🐎🚀 #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
I always create separate files for common actions in remixJS, for example in this case to dismiss the welcome message. I call it directly from the component using useFetcher() That way i can get rid of a ton of actions which bloat up my actual routes. #remixjs #shopifydev
Day 47 of #100DaysOfCode: Changed the layout and learned about pending page navigation in Remix. Making the user experience smoother! #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
Day 50 of #100DaysOfCode: Learned to use the Conform library with Zod for form handling and performing deletions on Remix and Prisma. Halfway through the challenge! 🚀 #RemixJS #Prisma #WebDevelopment #CodeNewbie #100DaysOfCode
Day 56 of #100DaysOfCode: Applied what I learned about cookies and session storage in Remix. Solidifying my understanding and improving my app's functionality! 🍪🚀 #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
Day 49 of #100DaysOfCode: Added a search bar to look for shelves using Prisma and Remix JS. Learned to use Zod for validation, wrote raw SQL, and worked with forms. Making solid progress! 🔍📚 #RemixJS #Prisma #WebDevelopment #CodeNewbie #100DaysOfCode
Webhooks: Idempotency at Scale Shopify webhooks can fire multiple times, so idempotency is critical. Use a Redis lock in RemixJS: How do you handle webhook deduplication? Share your approach! #ShopifyWebhooks #RemixJS
RemixJS + Shopify: CI/CD Pipelines Senior devs need robust CI/CD for Shopify apps. Example GitHub Actions workflow: What’s your CI/CD strategy for RemixJS apps? Let’s discuss! #RemixJS #ShopifyDev
🚀 Tune in now! Arsalan's Remixjs talk is setting the stage on fire! 🔥 Link: publicisgroupe.zoom.us/j/94502173410%… #ReactIndia #ReactDelhi #RemixJS #LiveEvent #TechTalk
I don't know how Remix 3 will work out for large scale apps only time will tell. But, it is a great fit for embeddable/widget apps!!! #remixjs Aside from that, the best part is I can test my logic without renderer 😘
🚨 HIGH severity: CVE-2025-55009 exposes auth tokens in @workos-inc/authkit-remix <0.15.0, risking user session leaks! Upgrade ASAP to 0.15.0+ 🛡️ radar.offseq.com/threat/cve-202… #OffSeq #infosec #remixjs
Discover the power of Remix with insights from Kent C. Dodds! 🚀 Dive into how this modern web framework reshapes frontend development and reveals his secret weapon for building better apps. 💡 #RemixJS #WebDev #Frontend #JavaScript #WebDevelopment #KentCDodds
Un altro progettino creato ultimamente è dibiasepizzeriagourmet.it font e colori ripresi dal menù cartaceo esistente, anche qua #react #remixjs #tailwindcss e #supabase
Ho sviluppato un paio di siti ultimamente, uno è per la pizzeria di mio fratello @nikotherock rougepizzalessona.it È stato un bel esperimento, ho usato #react #remixjs in combinazione con #tailwindcss (#css non lo digerisco)
Day 11/24 🚀 Built my first Remix tutorial app 🎉 Loving how it mimics HTML form behavior + modern data revalidation ⚡️ It just clicks! Remix is starting to live up to its name 🎶 Ready to jump back into my Shopify app 💪 #BuildInPublic #ShopifyDev #RemixJS
Remix.js - The Practical Guide Course Learn how to build feature-rich & highly reactive fullstack React applications with Remix. Udemy Coupons: coutons.com/remix-js-the-p… #RemixJS #JavaScript #Development #WebDevelopment #UdemyCoupon2025
[BEST] #Udemy Remix.js - The Practical Guide Course Learn how to build feature-rich & highly reactive fullstack React applications with Remix. Udemy Coupon: couponos.me/coupon/remix-j… #RemixJS #JavaScript #ReactJS #Coding
💥One tiny bug should NOT crash your entire Remix app. Tired of global error boundaries ruining everything? 🔥Start using component-level error boundaries and stop the madness. 📌Full article👉dev.to/princetomarapp… #RemixJS #ReactJS #WebDevelopment @remix_run @FullstackDevJS
dev.to
Remix
Stop Letting One Bug Break Everything: Master Component Error...
🚨 Security Alert for #ReactRouter & #RemixJS users! Two high-severity cache poisoning bugs (CVE-2025-43864 & CVE-2025-43865) can cause DoS & stored XSS. 🔄 Upgrade to v7.5.2+ 🧹 Purge all caches ⚙️ Review caching settings Stay safe! 🔒 #WebSecurity #DevSecOps
RemixJS + Shopify: CI/CD Pipelines Senior devs need robust CI/CD for Shopify apps. Example GitHub Actions workflow: What’s your CI/CD strategy for RemixJS apps? Let’s discuss! #RemixJS #ShopifyDev
I read blog posts about #remixjs, inspired by @kentcdodds talks, and decided to dedicate all weekend to building & learning this #javascript #react framework. Make my Hackathon with the power of remixjs :) I took my cold brew & bottle of water at @Starbucks - Hiding mode
🚨 Security Alert for #ReactRouter & #RemixJS users! Two high-severity cache poisoning bugs (CVE-2025-43864 & CVE-2025-43865) can cause DoS & stored XSS. 🔄 Upgrade to v7.5.2+ 🧹 Purge all caches ⚙️ Review caching settings Stay safe! 🔒 #WebSecurity #DevSecOps
I would say ErrorBoundaries are the coolest feature in #remixjs. As you see from the picture Error will be shown only in the component where Error has occurred.
🚀 Tune in now! Arsalan's Remixjs talk is setting the stage on fire! 🔥 Link: publicisgroupe.zoom.us/j/94502173410%… #ReactIndia #ReactDelhi #RemixJS #LiveEvent #TechTalk
Day 46 of #100DaysOfCode: Started a small project to apply everything I've learned from Remix so far🚀. Excited to see how it all comes together! #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
After my Open Talk about @remix_run, we're now integrating Solana Wallet at @BAXUSco, stay tuned folks! <3 @solana #Baxus #GreatPlaceToWork #RemixJS #ReactJS #NestJS #Web3 #Signature #FrontEnd #BackEnd #Solana #Wallets #Blockchain #HOC #Hooks #Phantom #Brave #AuthFlow #Bytes
Day 57 of #100DaysOfCode: After three days stuck on forms, I finally solved the problem! Now, bets can be placed on ponies or canceled. Persistence pays off! 🐎🚀 #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
目前发现 #remixjs 唯一影响最大的问题就是浏览器一旦安装了涉及修改页面的插件,就必然会出现水合错误(图一它自己的文档就出现了),同事在使用了某个 Antd 组件之后最终会因为水合错误导致死循环(图二)直至页面崩溃...
Day 47 of #100DaysOfCode: Changed the layout and learned about pending page navigation in Remix. Making the user experience smoother! #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
Day 56 of #100DaysOfCode: Applied what I learned about cookies and session storage in Remix. Solidifying my understanding and improving my app's functionality! 🍪🚀 #RemixJS #WebDevelopment #CodeNewbie #100DaysOfCode
Day 50 of #100DaysOfCode: Learned to use the Conform library with Zod for form handling and performing deletions on Remix and Prisma. Halfway through the challenge! 🚀 #RemixJS #Prisma #WebDevelopment #CodeNewbie #100DaysOfCode
Day 49 of #100DaysOfCode: Added a search bar to look for shelves using Prisma and Remix JS. Learned to use Zod for validation, wrote raw SQL, and worked with forms. Making solid progress! 🔍📚 #RemixJS #Prisma #WebDevelopment #CodeNewbie #100DaysOfCode
It's crazy that we ended up in a moment where use a form with a "normal" submit feels exciting, for sure one of those things that got out of hands in the js world. Happy to see @remix_run brining the sanity back #remixjs #remixrun
Something went wrong.
Something went wrong.
United States Trends
- 1. Raindotgg 1,869 posts
- 2. Louisville 13.4K posts
- 3. Ortiz 13.2K posts
- 4. Nuss 5,496 posts
- 5. Miller Moss 1,046 posts
- 6. Bama 13K posts
- 7. Ty Simpson 3,189 posts
- 8. The ACC 19.7K posts
- 9. Brohm N/A
- 10. Emmett Johnson 1,046 posts
- 11. #AEWCollision 9,399 posts
- 12. Clemson 6,353 posts
- 13. Lagway 3,458 posts
- 14. Hawks 16.8K posts
- 15. Kentucky 30.7K posts
- 16. #RollTide 5,166 posts
- 17. #RockHall2025 4,992 posts
- 18. Van Buren 1,266 posts
- 19. Stoops 1,920 posts
- 20. UCLA 6,626 posts