It is my first post regarding Vue.js but I am planning to investigate and write more about nowadays frontend technologies.

Lightweight tree with filtering and selection is implemented by using Vue.js framework. It was hard to add new features and keep it light. I have already begun to add remove and rename nodes functionality but successfully stopped.

Continue reading

Integrating React and Symfony 4.2.4.

This post will be useful for people who already know what React and Symfony are. The purpose of the HowTo is only to remind how to integrate React Javascript library with Symfony framework to write Ajax applications.

Our sample application will show planets catalogue. The data will be transferred via Ajax request from Symfony controller. Nothing special.

 

Continue reading

Storing field values in cookies maybe useful not only during the debugging/developing the app but also for users who can continue working on the same browser next day.

Another method which makes user’s life lighter is to implement form template mechanisms. Users will be able to store some form states on the server and use them later.

 

Continue reading