Malina.js

Frontend compiler, inspired by Svelte
GitHub
1.14k
Created 4 years ago, last commit 3 months ago
5 contributors
630 commits
Stars added on GitHub, month by month
0
0
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.1
/day
Last month
0.0
/day
Last 12 months
+0.1
/day
README

Malina.js

Malina.js helps you create a fast and thin web application that runs without a front-end framework

Links

Benchmark

Benchmark

Startup metrics

Benchmark

Articles

Example

<script>
  let name = 'world';
    
  function rename() {
    name = 'user';
  }
</script>

<h1>Hello {name.toUpperCase()}!</h1>
<button @click={rename}>Rename</button>

Quick Start

You can get started with a simple app by running the following in your terminal:

npm create malina myapp
cd myapp
npm run dev
# open http://localhost:7000/

License

MIT