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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Progress Overview #197

Open
49 of 75 tasks
sxzz opened this issue May 5, 2024 · 0 comments
Open
49 of 75 tasks

API Progress Overview #197

sxzz opened this issue May 5, 2024 · 0 comments
Labels
todo PR welcome

Comments

@sxzz
Copy link
Member

sxzz commented May 5, 2024

  • πŸ—‘οΈ Dropped (will not be implemented in Vapor)

  • Application API
    • createApp -> createVaporApp
    • createSSRApp
    • app.mount()
    • app.unmount()
    • app.component()
    • app.directive()
    • app.use()
    • πŸ—‘οΈ app.mixin()
    • app.provide()
    • app.runWithContext()
    • app.version
    • app.config
    • app.config.errorHandler
    • app.config.warnHandler
    • app.config.performance
    • app.config.globalProperties
    • πŸ—‘οΈ app.config.optionMergeStrategies
  • General
    • version
    • nextTick()
    • defineComponent() (partial)
      • types
    • defineAsyncComponent()
    • defineCustomElement()
  • Reactivity API: Core
    • ref()
    • computed()
    • reactive()
    • readonly()
    • watchEffect()
    • watchPostEffect()
    • watchSyncEffect()
    • watch()
  • Composition API: Lifecycle Hooks
    • onMounted()
    • onUpdated()
    • onUnmounted()
    • onBeforeMount()
    • onBeforeUpdate()
    • onBeforeUnmount()
    • onErrorCaptured()
    • onRenderTracked()
    • onRenderTriggered()
    • onActivated()
    • onDeactivated()
    • onServerPrefetch()
  • Composition API: Dependency Injection
    • provide()
    • inject()
    • hasInjectionContext()
  • πŸ—‘οΈ Options API
  • Built-in Directives
    • v-text
    • v-html
    • v-show
    • v-if
    • v-else
    • v-else-if
    • v-for (partial)
    • v-on
    • v-bind
    • v-model
    • v-slot (partial)
    • v-pre
    • v-once
    • v-memo
    • v-cloak
  • Built-in Components
    • <Transition>
    • <TransitionGroup>
    • <KeepAlive>
    • <Teleport>
    • <Suspense>
  • Built-in Special Elements
  • Built-in Special Attributes
    • key (partial)
    • ref (partial)
    • is
  • Single-File Component
    • vapor attribute (partial)
    • useCssModule
    • useCssVars
  • Custom Renderer API
@sxzz sxzz changed the title API progress API Progress Overview May 5, 2024
@sxzz sxzz added the todo PR welcome label May 5, 2024
This was referenced May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo PR welcome
Projects
None yet
Development

No branches or pull requests

1 participant