Welcome to the InfrontJS examples page

Browse through the examples below. They are as basic and simple as possible. Each example showcases certain aspects of the InfrontJS concepts.

ALL SOURCES AVAILABLE ON GITHUB

Examples

Click on the examples below to run them. Missing an example or encounter a bug? Just let us know!

Most Minimal

The very first example shows the most minimal InfrontJS application. It's a shameless plug ;-)

ToDo App

The "ToDo" app seems to be the new "Hello World" of every modern framework. Here is the InfrontJS version.

View & Templates

Learn how to use the view class to render templates and see DOM diffing in action.

States & Routes

Made-up example demonstrating the core concepts of InfrontJS' States and Routes.