FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

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","image":"https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fczmztjfyv1kye2o0vou3.png","datePublished":"2026-03-02T20:32:12","author":{"@type":"Person","name":"Aleksandar Maletic"},"publisher":{"@type":"Organization","name":"Dev.to Webdev"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://flarestart.com/article/meet-blokjs-9-kb-no-build-step-standalone-full-fe-framework-20260302"}}
Back to articles
Meet BlokJS - 9 KB, No Build Step, Standalone, Full FE Framework
How-ToWeb Development

Meet BlokJS - 9 KB, No Build Step, Standalone, Full FE Framework

via Dev.to WebdevAleksandar Maletic10h ago

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

Read Full Article
0 views

Related Articles

How-To

Title: How to Mine Real Crypto on Your Phone — No Equipment, No Investment, Just a Game

Medium Programming • 10h ago

7 Coding Habits That Will Improve Your Skills
How-To

7 Coding Habits That Will Improve Your Skills

Medium Programming • 12h ago

A Multi-Agent Code for Trading with Prompts
How-To

A Multi-Agent Code for Trading with Prompts

Medium Programming • 14h ago

Algorithms I Finally Understood — Part 1: Why Algorithms Exist (Before We Even Write Code)
How-To

Algorithms I Finally Understood — Part 1: Why Algorithms Exist (Before We Even Write Code)

Medium Programming • 15h ago

Building a Real-Time Customer Support System in .NET
How-To

Building a Real-Time Customer Support System in .NET

Medium Programming • 16h ago

Discover More Articles