//inclusion-vaporbykazupon

inclusion-vapor

Component Interoperability based on vapor

43
0
43
16
TypeScript

๐Ÿซถ Inclusion Vapor

Component Interoperability based on vapor

About this project

This Research & Development project is for running various components in vapor.

This project started with my day job project and was inspired by vue-jsx, which was announced at VueConf China 2024.

[!WARNING]
This is WIP ๐Ÿ‘ท, so donโ€™t use in production

This project try to work whether interoperability can be provided between components of different frameworks on vapor.

inclusion-vapor

๐Ÿš‚ Current working status:

Currently, Iโ€™m working on svelte vapor, which is necessary for my day job, so thatโ€™s a priority.

  • react-vapor (PoC Done): react for vapor
  • svelte-vapor (PoC Done): svelte for vapor,

๐Ÿญ Playground

pnpm build # build the packages
pnpm play # start playground

โš›๏ธ react-vapor

Based on React v18 latest

๐ŸŽฉ svelte-vapor

Based on Svelte v4 (maybe v3 compatible)

โœ… TODO

react-vapor

svelte-vapor

    • {#if} / {:else} /
    • Binding <select>
    • class:name
    • style:property
      • onMount
      • onDestroy

๐Ÿ›ฃ๏ธ Roadmap

This is the roadmap for inclusion-vapor. Currently, we are focusing on day job project, so the roadmap only includes svelte-vapor. If needed, we will continue implementing react-vapor, but We hope to develop through contribution of the community.

undefinedThis roadmap depends on vapor project so that the milestones may change.undefined

Milestone 1: svelte-vapor basic implementation

  • Goal: To be able to use svelte-vapor instead of svelte 3 and 4 as experimentalundefined
  • Key Tasks:
    • Basic implementation for svelte 3 and 4 features in day job project (see more task details here

Milestone 2: svelte-vapor advanced implementation

  • Goal: To be able to use svelte-vapor instead of svelte 5, 3, and 4
  • Key Tasks:

๐Ÿ’– Credits

This project is supported by:

And Inspired by:

Thank you! โค๏ธ

ยฉ๏ธ License

MIT

[beta]v0.14.0