Vue

10 min

How to display unescaped HTML in Vue.js

Often times we have a rich text editor on our web application that let's the user insert formatted HTML code and store it in the database as such.

5 min

How to force a re-render of Vue.js component

In some situations, you might end up having to re-render components by yourself. Hopefully, you won't have to use it too often.

12 min

How to make a small notification plugin in Vue

Notifications are a great way to let the user know about the status of his actions on the website.

14 min

How to make a simple paginator in Vue.js and Laravel

In the Laravel framework, all the heavy lifting of pagination is done by Laravel. We often just specify the number of paginated records and call the render in our blade file.

Codinary