Smart Decision Support System

Smart Decision Support System

Website

Astro For Speed

As usual, for mostly static web that don’t need much reactivity on it I will always go to Astro for its static speed and javascript only when needed. I only use one page where it utilized fully javascript reactivity.

Vue

For this one page, of course Vue is my choice for its excellent rendering speed and efficient proxy reactivity. I’m having so much fun experimenting with Vue props, provide/inject, and watch.