Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

モックでUIを構築する #14

Closed
junseinagao opened this issue May 27, 2022 · 3 comments · Fixed by #15
Closed

モックでUIを構築する #14

junseinagao opened this issue May 27, 2022 · 3 comments · Fixed by #15
Assignees

Comments

@junseinagao
Copy link
Owner

junseinagao commented May 27, 2022

No description provided.

@junseinagao
Copy link
Owner Author

メモ

なぜ テスト時に it() の中で render()しなければいけないのか仕組みを調査理解する

@junseinagao
Copy link
Owner Author

メモ

recharts は React@18 への対応をまだ行っていない。他のグラフ描画ライブラリで代用できないか検討する

@junseinagao
Copy link
Owner Author

junseinagao commented May 29, 2022

グラフ描画ライブラリを再調査する

recharts は React@18 への対応をまだ行っていない。

ので、以下の観点でライブラリを再選定する。

  1. 機能要件で実現したいグラフ描画が簡単にできる
  2. React v18 に対応してる (もしくは、v18と組み合わせて使うことができる)
  3. Next.jsのSSRに対応している
  4. とにかく難しいこと考えずに現在の要件についてのみ実装できる(納期が短いので!)

highcharts-react

  • ⭕️ React 18 Support
  • 課題要項で推薦されている

Recharts

Nivo

react-vis

victory

react-chartjs-2

  • ⭕️ React 18 Support
  • RechartsやHighChartsのように svg ではなく canvas での描画になる。

Repository owner moved this from In Progress to Done in ゆめみフロントエンドコーディング試験 May 29, 2022
@junseinagao junseinagao self-assigned this Jun 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant