layout | title |
---|---|
default |
Famous Framework (alpha) |
The Famous Framework is a new JavaScript framework for creating reusable, composable, and interchangeable UI widgets and applications. It balances declarative with imperative and functional with stateful, and it's built on top of the Famous Engine. We are excited to make it available as open source under an MIT license for the first time as part of a public alpha.
##Get Started
- Check out or Getting Started page
- Read the in-depth introductory blog post
- Or read the docs and guides here, starting with Hello Framework
IMPORTANT: This project is in an early phase and under active development; expect bugs and breaking changes to occur. To submit a bug report, please use GitHub Issues. For questions and general support, join our Slack channel.
It depends on your needs. The Framework is aimed at building larger applications or reusable components that are easily mixed and matched inside other applications or frameworks.
The Engine is a better choice for small projects or “bespoke” work where deep integration isn't a priority, for example a highly interactive art piece. At this point in time, the Engine is also more mature than the Framework.
Engine and Framework are the two halves of the Famous Open Source Project.
Check out the links on the left side of the page! We suggest visting the Hello Framework section first, and then working your way down the navigation.
If you'd like to dive straight into a new Framework project, visit the getting started section. These guides are organized to start at the basics and then gradually increase in complexity as you move along.