Javascript frameworks comparison
This is a Javascript frameworks comparison sheet i did and hope it will answer your questions to decide which framework fit your needs. Here is the link: Frameworks Sheet comparison BTW, i chose Vuejs.
Read MoreProgressive Web App – PWA Roadshow
This is a summary of PWA Roadshow video from Google Chrome developers, here is list of each video with summary: All about PWAs. Statistics (2017): 13% Mobile. => 87% Apps native. but 87%??? more predictable. easy to find on home screen. push notification. Native app is a big commitment in: Space Time Cost hints: 78% of time spent is in user’s top three apps. so, Progressive web app come to…
Read MoreVujs documentation summary
Today i finished from Vuejs documentation and i summarised it as a tags to review it quickly. The data and the DOM are now linked, and everything is now reactive. Directive: are prefixed with v- to indicate that they are special attributes provided by Vue and they apply special reactive behavior to the rendered DOM. v-bind directive, EX:: v-bind:title to bind data into title attribute for element. Conditionl:: v-if…
Read More