home.social

#remixrun — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #remixrun, aggregated by home.social.

fetched live
  1. 🚀 Launching lite-schema-check v2.1!

    TypeScript validation with features Zod doesn't have:
    ✅ FormData validation
    ✅ Partial validation
    ✅ JSON Schema export

    Built this after getting frustrated with manual FormData parsing in Remix

    Zero deps | 3KB | MIT

    🔗 github.com/toozuuu/lite-schema

    #TypeScript #OpenSource #RemixRun #NextJS

  2. 👩🏻‍💻 Tired of wrestling with JSON? Check out my latest blog post on building a supercharged JSON editor in Remix/React!

    Features:
    - Numbered lines for easy navigation
    - Real-time error highlighting
    - Flexible editing modes

    🔗 darkviolet.ai/blog/enhancing-j

    Plus, try out the live demo at the end! Perfect for devs of all levels looking to streamline their JSON workflow.

    #WebDevelopment #ReactJS #JSONEditor #DevTools #RemixRun

  3. 🔗 darkviolet.ai/blog/building-a-

    🚀 Take a Deep Dive into the world of Remix! 🎬 Check out my latest blog post where we explore this powerful web framework via a fully-deployed app example. Learn how Remix's unique features can supercharge your web development. From SSR to nested routing, we cover it all!

    Read now and level up your web dev game!

    #Remix #RemixRun #WebDevelopment #JavaScript

  4. 💜 One component to rule them all! 💜

    Today I made my own little gem: an animate on scroll component that works beautifully in Remix / React with typescript and tailwind by way of Framer Motion and Intersection Observer. It was glorious to see the flawlessness of the execution once I got it perfect.

    Check it out on GitHub: evanmarie.github.io/remix-vite

    Also see more at EvanMarie.com

    #remix #remixrun #animation #appdev #webdev #design #webdesign #makeitpretty

  5. 💜 Remix / Tailwind Infinite Scroll Masonry Grid 💜 So excited to have gotten this so smooth and beautiful. It might be my favorite component thus far. It is flawless from mobile to ultraHD, from 300px to 4000px!

    Play with the code: github.com/EvanMarie/remix-vit

    #remix #remixrun #tailwindcss #tailwind #components #webdev #uiux #uiuxdesign #sopretty

  6. Just a quick screenshot from something I'm working on in my spare time with #remixRun and #docker

  7. The really tantalizing idea to me though is to detach the ideas and patterns of #RemixRun from #React. This seems like it should be (mostly) possible? Imagine all their framework tooling but around vanilla web components and actual HTML

  8. Spent some time tonight reviewing the #RemixRun #JavaScript framework mad a lot of it really seems to mesh with my preferences. The one thing I'm strick by though is their apparent aversion to pre-rendering on the server. If I have some template that I know won't change why not just prerender as much as possible instead of combining it each time? It's low hanging but seems like an obvious win they're missing to me.

  9. Been playing around with #RemixRun for a toy project. So far I'm pretty impressed! It does a pretty good job of walking the line between not being too magical and being understandable. And setting things up to ship a no-javascript frontend is pretty straight forward.

  10. I was playing around with a #LeverageJS based system that works like #RemixRun a few months ago. I'm realizing now that the most challenging thing that Remix handles effortlessly is state. The way it handles actions, loaders, and future renders is really intuitive but technologically challenging.

  11. I'm consistently impressed with how easy things are in #RemixRun while being so close to web standards as possible. But what gets me most is that Remix encapsulates the most important logic: state management. Simplifying the connection between client and server to let the server be the source of truth is so freeing. I'd be doing *at least* double the work with any other framework. Not to mention the consistency of state & render updates it manages for you.

  12. 2022 has seen a welcome shift of the needle towards #webframeworks that work with the core principles of the web rather than fight against them.

    My brief thoughts on a year of using #remixrun and exploring @enhance_dev with more purpose.

    🔗 martinhicks.net/articles/back-

  13. Another blog post!

    #remixrun #reactjs #javascript #webdev

    This one dives into Remix's optimistic UI system and leverages some less well known features to solve a problem I ran into.

    tinyurl.com/23t6zkbx

  14. New blog post

    My first blog post in... a while. It's about #remixrun, and I'll be adding more posts soon with more thoughts and some helpful tips I've discovered as I've delved into Remix.

    #remixrun #remix #webdev #javascript #reactjs

    tinyurl.com/yrws4y5z

  15. @keb I'm not sure, haven't tried it 🤔
    #remixrun feels like coding back before SPAs roamed the earth when you used forms to control your flow. It is SSR, and the state is managed beautifully. In most cases, things just kind of work how you want them to without you having to think much about it. It's developed by the team behind react-router-dom and built with react-router-dom v6 as a major feature. Simple and elegant.

  16. Anyone else here playing with Remix.run #remixrun #remix #reactjs #javascript?

    I've been using it pretty much since it went open source and I'm very happy with it. I'd love to hear some other people's opinions (the good, the bad, the ugly).

  17. @retrovolcano #ReactJS has been my bread and butter for 5 or 6 years now. I've been using #remixrun (Remix.run) for a few months and loving it. They're the team behind react router as well. Remix is relatively new so it's got some rough edges, but it's very fun.