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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃搶 [Roadmap] Frameworks support - Flutter / React / Vue / Svelte / Vanilla / Solid #36

Open
8 of 22 tasks
Tracked by #53
softmarshmallow opened this issue Sep 26, 2021 · 0 comments
Open
8 of 22 tasks
Tracked by #53

Comments

@softmarshmallow
Copy link
Member

softmarshmallow commented Sep 26, 2021

Web

React

  • styled-components
  • styled-components (emotion)
  • styled-components (styled-components)
  • inline css
  • css in jsx
  • css module
  • class components
  • small components as const
  • export | export default
  • const | function for component
// const
const Container = () => { return <></>; }
// function
function Container () { return <></>; }

Preact

subset of react, with different imports handling
react vs preact - the differences

  • events don't bubble up through components
  • standard onInput should be used instead of React's onChange for form inputs (only if preact/compat is not used)
  • standard onDblClick should be used instead of React's onDoubleClick (only if preact/compat is not used)
  • onSearch should generally be used for , since the clear "x" button does not fire onInput in IE11

References

Vue

Svelte

#163

Solid JS

#160

Vanilla

  • everything else
  • vanilla text escape - don't use jsx text escape

Flutter

Flutter support has different qualifications. Since it was supported before any others, we shall focus on supporting all previous highlight features.

  • Version up; synced token support - Flutter universal token support (1/3)聽#38
  • Theme.of(context).textStyle.style support
  • Colors.name Named color support
  • FlatButton support
  • Remove redundant property specification. (don't specify default values)
  • Center support
  • LinearGradient support
  • Icons.icon_name support
  • StrutStyle.height support
@softmarshmallow softmarshmallow pinned this issue Sep 26, 2021
@softmarshmallow softmarshmallow changed the title [馃搶 Roadmap] Web frameworks support - React / Vue / Svelte / Vanilla 馃搶 [Roadmap] Web frameworks support - React / Vue / Svelte / Vanilla Sep 26, 2021
@softmarshmallow softmarshmallow changed the title 馃搶 [Roadmap] Web frameworks support - React / Vue / Svelte / Vanilla 馃搶 [Roadmap] Frameworks support - Flutter / React / Vue / Svelte / Vanilla Sep 30, 2021
@softmarshmallow softmarshmallow changed the title 馃搶 [Roadmap] Frameworks support - Flutter / React / Vue / Svelte / Vanilla 馃搶 [Roadmap] Frameworks support - Flutter / React / Vue / Svelte / Vanilla / Solid Jun 29, 2022
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