cujojs / most

Ultra-high performance reactive programming
MIT License
3.49k stars 231 forks source link

Add note to point devs at @most/core for new projects #526

Closed briancavalier closed 5 years ago

briancavalier commented 5 years ago

Summary

@most/core is the future of mostjs, and most 2.0 is close. Most 2.0 will be based on @most/core, will be directly compatible with it, and will be a trivial upgrade for folks who prefer a single dependency in their package.json.

The goal of this addition is to help devs make a more forward-compatible choice for new projects and let them know there will be a guide to help them upgrade existing projects. It encourages devs to pick @most/core now for new projects, and points existing most 1.x-based projects to the upgrade guide (still a WIP as of this writing).

briancavalier commented 5 years ago

I added the same note to the top of the API docs in 4934638