adobe / adobe/react-webcomponent
Allow default use without the need of a model
オープン
enhancement
- 主要言語
- JavaScript
- スター
- 104
- フォーク
- 20
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Expected Behaviour
Currently the library requires a model to be defined in order to parse the DOM into React properties.
We could add a default mode without the need to specify a model.
Every time a property of the element changes the library can update the React component with a property named after the attribute name and with the value as string.
We could consider transforming attribute with hypens (-) to camel case.
コントリビューションガイド
調査の方向性
まず、リポジトリにある、モデルベースの DOM 解析と React プロパティ更新の JavaScript 実装を読みます。モデルなしで動作する場合の期待される挙動を定義し、ハイフン区切りの属性が camel case になるかどうかも含めます。その後、要素の属性を変更すると、属性名と文字列値によって React コンポーネントが更新されることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, react
- 領域
- frontend, web-dev
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100