fyr.jsPreparing the runtime
← All examples

Example

Mini classroom

A Flask-backed classroom interface with announcements, assignments, and grading flows.

Flask APIFyr stateResponsive dashboard

Mini classroom

This guided example is represented in the site source and linked from the framework repository.
const classroom = await Fyr.http.get("/api/classroom");
this.state.assignments = classroom.assignments;