You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - thanks a lot for this library, seriously useful.
So useful in fact that using the React component as an example, I've written a Vue.js functional component for linkify so it can be used with Vue's SSR feature and also frameworks such as nuxt.js.
Although the component seems to work okay for me, I'd like to write tests for this so it can be added to the official repo - I was hoping somebody here would be able to help me out on this as I have very little experience in writing tests.
(I am aware vue-linkify exists, however this implementation only uses linkify for DOM manipulation and doesn't integrate with Vue's Virtual DOM, making it useless for SSR)
The text was updated successfully, but these errors were encountered:
Hi - thanks a lot for this library, seriously useful.
So useful in fact that using the React component as an example, I've written a Vue.js functional component for linkify so it can be used with Vue's SSR feature and also frameworks such as nuxt.js.
Although the component seems to work okay for me, I'd like to write tests for this so it can be added to the official repo - I was hoping somebody here would be able to help me out on this as I have very little experience in writing tests.
My fork is here: https://github.com/2xAA/linkifyjs/tree/vue
Thanks!
(I am aware vue-linkify exists, however this implementation only uses linkify for DOM manipulation and doesn't integrate with Vue's Virtual DOM, making it useless for SSR)
The text was updated successfully, but these errors were encountered: