Svelte
Svelte is a Javascript framework for building fast web applications. Svelte converst your app to optimized JS code when it is compiled. Instead of interpretting the application code at run time.
Create Svelte Project
npx degit sveltejs/template notion-user-example
cd notion-user-example
yarn install
yarn run dev