Vue Hooks. A way to write Vue code using React's hooks pattern.

github.com/yyx990803/vue-hooks

Vaya's read on this project

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

Updates

April 2020
  • Update README.md
January 2019
  • 0.3.2
  • give effects access to this when appropriate
November 2018
  • 0.3.1
  • feat: pass this.$attrs as a second argument to render in withHooks (#6)
  • Merge pull request #7 from tjFogarty/removes-dynamic-imports-for-fire…
  • Merge pull request #12 from dillonchanis/fix-typo
  • Fixing typo 'lenght' to 'length'
October 2018
  • Removes dynamic imports for Firefox support
  • readme
  • 0.3.0
  • feat: usage in normal components
  • 0.2.0
  • feat: useRef, Vue-style hooks
  • 0.1.6
  • fix: fix effect handling + api example
  • 0.1.5
  • fix: cleanup -> current
  • 0.1.4
  • remove dep on Vue, add example, simplify effect injection