stijnmoreels / FPrimitive

.NET project to help developers to build a correct and more safe domain model
https://stijnmoreels.github.io/FPrimitive/
The Unlicense
30 stars 2 forks source link

[Docs] Fable compatibility? #1

Open OnurGumus opened 2 years ago

OnurGumus commented 2 years ago

Could you document Fable compatibility?

stijnmoreels commented 2 years ago

Could be. Not very familiar with F# Fable and/or Javascript. You would want to use it in a F# Fable project maybe?

OnurGumus commented 2 years ago

I think it would be nice if it could run in Fable and unless it uses reflection chances are it will. I was just curious.

stijnmoreels commented 2 years ago

Never done it, but yeah. This package doesn't have any dependency (besides FSharp.Core) and contains solely the validation specifications. So, it's just code. 😄 The purpose was to make it as generic as possible, bc it (validation) can/should be used in almost all software environments.