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. 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 can
function
The following example shows how the can
function has auto-completion support for defined authorizations.
Typed route
function
The following example shows how the route
function has auto-completion support for named routed.
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.