Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 7ea8f5c

Browse files
authored
Update README.md (#381)
1 parent 9ca5cbd commit 7ea8f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Visit [https://alephjs.org/docs/get-started](https://alephjs.org/docs/get-starte
1414

1515
Aleph.js (or **Aleph** or **א** or **阿莱夫**, **ˈɑːlɛf**) is a fullstack framework in [Deno](https://deno.land/), inspired by [Next.js](https://nextjs.org/). The name is taken from the book **The Aleph** by [Jorge Luis Borges](http://phinnweb.org/links/literature/borges/aleph.html).
1616

17-
Different with Next.js, Aleph.js doesn't need webpack or other bundler since it uses the [ES Moudule](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) syntax during development. Every module only needs to be compiled once, and then cached on the disk. When a module changes, Aleph.js just needs to re-compile that single module. There is no time wasted re-bundling everytime a change is made. This, along with Hot Module Replacement (HMR) and Fast Refresh, leads to instant updates in the browser.
17+
Different with Next.js, Aleph.js doesn't need webpack or other bundler since it uses the [ES Module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) syntax during development. Every module only needs to be compiled once, and then cached on the disk. When a module changes, Aleph.js just needs to re-compile that single module. There is no time wasted re-bundling everytime a change is made. This, along with Hot Module Replacement (HMR) and Fast Refresh, leads to instant updates in the browser.
1818

1919
Aleph.js uses modern tools to build your app. It transpiles code using [swc](https://swc.rs/) in [WASM](https://webassembly.org/) with high performance, and bundles modules with [esbuild](https://github.com/evanw/esbuild) at build time extremely fast.
2020

@@ -46,4 +46,4 @@ Please see our [contributing.md](https://github.com/alephjs/aleph.js/blob/master
4646

4747
## License
4848

49-
Aleph.js [MIT licensed.](https://github.com/alephjs/aleph.js/blob/master/LICENSE)
49+
Aleph.js [MIT licensed.](https://github.com/alephjs/aleph.js/blob/master/LICENSE)

0 commit comments

Comments
 (0)