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

プレビュー画面 #11

Closed
blue-emc2 opened this issue May 22, 2019 · 3 comments
Closed

プレビュー画面 #11

blue-emc2 opened this issue May 22, 2019 · 3 comments

Comments

@blue-emc2
Copy link
Owner

blue-emc2 commented May 22, 2019

  • 画面設計
    • 基本的に入力画面のレイアウトになる
  • どうやってデータを別の画面にもっていくか
    • Redux?
  • プレビュー画面に遷移できるようにする
@blue-emc2
Copy link
Owner Author

どうやってデータを別の画面にもっていくか

LocalStorageでいいのでは

@blue-emc2
Copy link
Owner Author

session storageというものがある
-> ブラウザが開いている間保存されるもの
-> こっちのほうがよさそう

テキストは保存できるとして、画像はできそうか
-> 簡単にできそう
-> webStorageは文字列しか保存できないので、画像は符号化して保存する

https://sites.google.com/site/westinthefareast/home/html5/localstorage

@blue-emc2
Copy link
Owner Author

インスタンス変数のようなものはありますか?

https://ja.reactjs.org/docs/hooks-faq.html#is-there-something-like-instance-variables

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