We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
src/index.js
index.js
posts.js
faqs.js
@inaniwaudon @itsu-dev ベストプラクティスとかご存知であれば何卒……
The text was updated successfully, but these errors were encountered:
routes/ 等のディレクトリを切って、ルーティング(MVC で言うところの controller)を置くことが多いかな……とは思います。例えば routes/post.js を作り、これを index.js から import して app.route に回すイメージです。
routes/
routes/post.js
app.route
最近は HonoX というメタフレームワークも出て、ファイルを置くだけで簡単にルーティングが出来るようになったっぽいですが、こちらはまだ触ったことないです……(参考:HonoXについて)
現状のコードの getFoo みたいな関数は切り出せたらベストですが、めちゃくちゃ長いロジックという訳でもないので must ではないかな……という感じです。
getFoo
Sorry, something went wrong.
No branches or pull requests
index.js
に書くのではなくファイルを分割posts.js
,faqs.js
)@inaniwaudon @itsu-dev ベストプラクティスとかご存知であれば何卒……
The text was updated successfully, but these errors were encountered: