タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

AndroidとReactとHTMLに関するefclのブックマーク (1)

  • "react-strict-dom", why it's so great?

    Introduction Last week Meta open-sourced a new library called react-strict-dom, its goal is to improve and standardize the way of writing React components for Web and Native. In this article, I'd like to go through the historical background of building a universal codebase that shares components between Web and Native, and how react-strict-dom changes the way we can do it. Historical background As

    "react-strict-dom", why it's so great?
    efcl
    efcl 2024/03/10
    react-strict-domについて。 React Native for WebのアプローチではReact Nativeのプリミティブをウェブ向けに変換する互換Shimが大きかった。 react-strict-domでは逆のアプローチを採用し、DOM APIのサブセットをネイティブ側で扱う。
  • 1