seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
666 stars 14 forks source link

Remove most references to Remix and create a remix folder inside exam… #35

Closed gustavoguichard closed 2 years ago

gustavoguichard commented 2 years ago

…ples folder

Reasoning

This project is only tied to Remix as far as its name. There's no single API in here that needs Remix to run and many other JS projects can benefit from our type-safety, testability and composability, to name few of remix-domains' benefits.

I'm suggesting we name it to domain-functions and foster its usage in other JS ecosystems such as NodeJS, NextJS, Astro, SolidJS, VueJS, Deno / Fresh, CRA - and pretty much any JS framework we can think of.

The plan is to keep populating the examples folder. If you are watching this repo and feel like trying out remix-domains in other frameworks, feel free to send us a PR adding more examples other than Remix.

Let me hear your thoughts