v1.0.1 - Domain functions can now be used everywhere JS is running ✨
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
- Remove most references to Remix and create a remix folder inside exam… by @gustavoguichard in #35
- Use GitHub repo as homepage by @danielweinmann in #36
- Deno version by @diogob and @gustavoguichard in #37
Full Changelog: v0.3.2...v1.0.1