14
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

React/FlumptでTodoMVC作った

Last updated at Posted at 2016-01-03

今自分で作ってるサービスでmizchi/flumptを使おうと思って、素振りにTodoMVCを作ってみた。

見て。

感想

使ってみた感想としては、モデルとビュー以外の何か小難しいこと考えないでもガンガン作っていけるな、って感じです。FluxなんだけどFluxのあの概念図も考えなくて良いぐらい。おすすめ。

募集

以下の点が自分でもいかがなものかと思っているので、イシュー/プルリクまたはコメントお待ちしております。

  • ファイル名が同格な感じでエントリポイントがわかりにくい
    • src/index.jssrc/app.js
    • src/components/index.jssrc/components/main.js
  • コンポーネントにES2015のクラス使ってない
  • src/app.jsでのステートを新しいものに置き換えるところが多分JSっぽくない
  • 非同期リクエストに伴ってガチャガチャ画面が更新されることがないみたいな強みを活かせてない
  • モデルが定数以外は空。とはいってもドメインロジックはない。
    • mWater/minimongoかなんか使ってリポジトリぐらい作った方が良いのかも
  • テストがない

書き出してみると結構ありますね。よろしくお願いいたします。

14
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?