Rare find

Template Promise. Call your Vue templates like functions and wait for a result.

vueuse.org/createTemplatePromise

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2023
  • docs: moved to VueUse
  • chore: update deps
March 2023
  • Release —v0.1.3
  • chore: release v0.1.3
  • fix: singltone -> singleton (#7)
  • chore: typo (#5)
  • Release —v0.1.2
  • chore: release v0.1.2
  • feat: support passing promise to `resolve`, add `isResolving` state (#3)
  • docs: add reasoning
  • feat: options for transitions and singleton
  • docs: update example
  • chore: typo (#2)
  • Release —v0.1.1
  • chore: release v0.1.1
  • feat: support calling `start` multiple times
  • chore: typo
  • chore: update ci
  • chore: release v0.1.0
  • feat: init