Skip to content

v1.0.1 - Domain functions can now be used everywhere JS is running ✨

Compare
Choose a tag to compare
@gustavoguichard gustavoguichard released this 21 Sep 15:51
· 698 commits to main since this release

New name

We changed the name of this lib from remix-domains to domain-functions and made a few changes to ensure this package can run everywhere 🔥!

  • It can be used with any JS framework! Beyond Remix, make sure you also try it in NextJS, CRA, etc.
  • It can be used with any non-React framework as well: Solidjs, Vuejs, and so on.
  • It can even be used on Deno now 🤯! We already tried it out in Fresh and it feels goooood! 🤤

To use it with Deno start with:

import { makeDomainFunction } from "https://deno.land/x/domain_functions/mod.ts";

Send a PR

If you happen to play with domain-functions in your non-remix framework, we'd be happy to accept a PR to our ./examples folder. 🫱🏾‍🫲🏽

What's Changed

Full Changelog: v0.3.2...v1.0.1