kbrsh / moon

🌙 The minimal & fast library for functional user interfaces
https://moonjs.org
MIT License
5.99k stars 200 forks source link

is beta 3 production ready? #252

Closed bkarlson closed 5 years ago

bkarlson commented 5 years ago

Hello, I just discovered MOON and am very excited to try it in a legacy project (as it's very hard to attach Vue or other full-blown library on top of that ol' good spaghetti :).

However I found that the latest MOON release is from 2018, but https://github.com/kbrsh/moon/blob/master/packages/moon/dist/moon.min.js is being quietly updated to beta 3.

Hence I wonder, is beta 3 safe to use in production or I better stick to beta 2 for now? Are there any docs about beta 3 changes?

Cheers!

kbrsh commented 5 years ago

Hey!

I’d suggest sticking to beta 2 because beta 3 doesn’t have documentation yet. Documentation is the only thing left before beta 3 launches though, so it’s coming pretty soon!

However, one thing to keep in mind is that beta 3 will have a more functional API that will be quite different from what you’re likely used to. Keep that in mind before committing to Moon for a production project :)

kbrsh commented 5 years ago

Beta 3 is out! As implied by the name, it's not production ready yet but it is fully documented and ready for use :)