Skip to content

Demonstration

Overview

Blue Bird, a real-world application, showcases how to use Hybridly.

It's a Twitter-like social network built with best practices in mind. laravel-data and TypeScript Transformer are used to provide TypeScript definitions.

You can find the source code on GitHub.

Typed global properties

The following example shows how the useProperty function has auto-completion support for global properties defined in HandleHybridRequests.

Typed global properties

Typed can function

The following example shows how the can function has auto-completion support for defined authorizations.

Typed can function

Authorizations in data objects

Typed route function

The following example shows how the route function has auto-completion support for named routed.

Typed route function

Preview of Blue Bird

The following recording is a small preview of the features of Blue Bird. Examples of forms with validation, infinite scrolling, and file uploads are showcased.

Community projects

PingCRM, Inertia's demonstration project, has been migrated to Hybridly by Amine Ilidrissi. You may check out the repository here.