Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 2.03 KB

index.md

File metadata and controls

33 lines (19 loc) · 2.03 KB
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


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.


Should I use Engine or Framework?

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.

Learn more

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.