-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ページ構成の再検討・チュートリアルの追加 #78
Comments
「初心者向けのチュートリアル」の拡充は嬉しいポイントですね |
Aboutに 思想を書くといいかもと思いました |
Why frourio(motivation)とWhat frourioはいいですね! OSSなど使う際はまずここを見ます。何なんだ、と。 ハンズオンはその方向性を逆転しようとした形です |
frouriojs/create-frourio-app#341 (comment) import CFA from "create-frourio-app/lib/main"
<CFA /> docusaurus がどれくらい拡張性あるかわかりませんが、Reactであれば上記の方法で、コピペ版のCFAが埋め込めると思います。 |
現状では、「初心者向けのチュートリアル」と「仕様のリファレンス」が混ざってしまっています
(私の Qiita 記事をベースに作ってしまったので、どうしてもチュートリアル要素が強い)
そこでページ構成を変え、チュートリアルとリファレンスを分離するのが目的です
また「Frourio の機能のリファレンス」と「Fastify / Express の機能の導入ガイド」が混在している状態を解消する狙いもあります
最初から
create-frourio-app
を使うとすべて出揃ってしまいチュートリアルの意味が無いので、@LumaKernel さんの ハンズオン のように最小構成から積み上げていくほうがいいのかもしれませんこれらはまだ案なので、公式ドキュメントにチュートリアルが必要かという点を含め、ご意見お待ちしています
ページ構成 [案]
✏️ … 新規書き下ろし
Reference と Tutorial の分岐
Docs
「Frourio とはなにか?」「Why Frourio?」
主要機能の詳細
yarn create frourio-app
エコシステムのどこを担うのか
GET, POST の実装やパス引数の実装
Lifecycle と Hooks の種類・レベル
Hooks と Controller の橋渡しの例
自動 validate と class-validator
「これしたい!」へのベストプラクティス
ORMTutorial
create-frourio-app を使わずに Frourio と Aspida を導入する
The text was updated successfully, but these errors were encountered: