Skip to content
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

v2 開発メモ #30

Closed
17 tasks done
qrac opened this issue Feb 21, 2022 · 2 comments
Closed
17 tasks done

v2 開発メモ #30

qrac opened this issue Feb 21, 2022 · 2 comments

Comments

@qrac
Copy link
Owner

qrac commented Feb 21, 2022

minista-dir-new-feature

v1完成後、devサーバーの爆速化を主な目的としてv2を非公開で開発。ある程度使える目処が立ってきたので、これまでのメモをここに残しつつ開発データをv2ブランチに移行。アルファ版を 2.0.0-alpha.x として公開。自前のサイト制作に使ってみて改修。動作の安定化と開発タスクの完遂をもってv2正式版をリリースする。

$ npm i -D minista@next react react-dom
  • 開発リポジトリをTypeScriptベースで一新
  • esbuildを用いた新しいTSXコンパイラを開発
  • Viteを用いた新しいdevサーバーを開発
  • パッケージのESM化
  • ファイルベースルーティングを実装
  • 非同期関数(getStaticData)を実装
  • 非同期関数のキャッシュ化を実装
  • 開発中のHMRを実装
  • 専用のラッパーコンポーネントを実装
  • rootコンポーネントを実装
  • rootコンポーネントに非同期関数を実装
  • MDX 2・Markdownのページ作成機能を実装
  • publicファイルのコピー機能を実装
  • CSSのオートバンドル機能を実装
  • CSS・JSのエントリー機能を実装
  • ローカルファイルプレビュー機能を実装
  • ユーザーコンフィグを実装
@qrac
Copy link
Owner Author

qrac commented Feb 21, 2022

アルファ版の公開方法。

$ npm publish --tag=next

@qrac
Copy link
Owner Author

qrac commented Apr 12, 2022

完成につきクローズ

@qrac qrac closed this as completed Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant