Module frontend

Module frontend 

Source
Expand description

Kotoba Web Framework - Next.js風フルスタックWebフレームワーク

このモジュールはKotobaのIRを使ってNext.jsのようなフルスタックWebフレームワークを実装します。 特徴:

  • App Router風ファイルベースルーティング
  • Server Components / Client Components
  • REST API / GraphQL API
  • データベース統合
  • 認証・認可システム
  • ミドルウェアシステム
  • Jsonnetベースの設定ファイル

Re-exports§

pub use framework::WebFramework;
pub use framework::ComponentRenderer;
pub use framework::ComponentRegistry;
pub use framework::BuildEngine;
pub use component_ir::*;
pub use route_ir::*;
pub use render_ir::*;
pub use build_ir::*;
pub use api_ir::*;

Modules§

api_ir
APIルートIR定義
build_ir
ビルド/バンドルシステムIR定義
component_ir
コンポーネントIR定義
framework
App Routerフレームワークのコア実装
render_ir
レンダリングエンジンIR定義
route_ir
App RouterルーティングIR定義