Examples ======== Sometimes the best way to learn about how something works is to look at an example. The Morepath Morepath organization on GitHub maintains the following example projects: `morepath_batching `_ Example of a batching UI using server-side templates. Shows how explicit models and link generation makes it easier to implement a batching UI. `morepath_cerebral_todomvc `_ A React & Cerebral rich frontend using Morepath as a REST backend. `morepath_reactredux `_ A React & Redux rich frontend using Morepath as REST backend. `morepath_rest_dump_load `_ A demonstration on how to use the ``json_dump`` and ``json_load`` directives to help implement a REST service. `morepath_sqlalchemy `_ Use SQLAlchemy with Morepath. This uses ``more.transaction`` to help integrate the two. `morepath_static `_ Using ``more.static`` with Morepath to publish static resources such as ``.js`` and ``.css`` files. `morepath_wiki `_ A wiki demo for Morepath, based on the web micro-framework battle by Richard Jones.