3
2

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 3 years have passed since last update.

Reactでお絵描き掲示板を作るのを諦めた話

Posted at

結局ダメだった件

まえこんなの書いたんですよ。
Reactでお絵かき掲示板(の表示部分)を作る話
いろいろ考えてるうちに、「あれ、これダメじゃね?」ってなったのでそのいきさつを書きます。

ダメポイント

全部CDNに頼らざるを得ない

Reactといえばjsxなわけですが、jsxというかBABELをCDNで使うとそりゃ重いのです。
jsxだけならいいんですが、配布するスクリプトなのでReactもCDNを使わないといけない。むむむ?

結局PHPは必要、ならPHPで全部やったほうが良くね?

PHPで配列とか吐いてReactで…
などと考えていたのですが、結局Bladeかませて直接書いちゃうしかなかった。

それがこちらです。(宣伝)
oekakibbs.moe

今後

サーバーが自前でのサービスでならできるかもしれない。資金的に微妙だけど。

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?