
Meet BlokJS - 9 KB, No Build Step, Standalone, Full FE Framework
BlokJS - Zero-Build, Zero-Dependency, Standalone, Reactive, Lightweight UI Framework New project, new frontend. Install Node. Pick a bundler. Configure TypeScript. Install a router package. Install a state management package. Set up hot reload. Debug the config. Twenty minutes later you still haven't written a single line of UI code. BlokJS is a reactive UI framework that skips all of that. One <script> tag. 9 KB gzipped. Zero dependencies. No virtual DOM, no JSX, no template compiler. Your views are plain JavaScript objects - the browser runs them directly. <script src= "https://cdn.jsdelivr.net/npm/@maleta/blokjs/dist/blokjs.min.js" ></script> That's your entire setup. Philosophy BlokJS is built around a few ideas: No build step required. A framework that needs a compiler before it can run has already added complexity. BlokJS app is plain JavaScript object - it run directly in the browser. You can still use a bundler if you want to have code well organized in files , but it's never a
Continue reading on Dev.to Webdev
Opens in a new tab


