Skip to content

Commit 99c5d89

Browse files
committed
tweak
1 parent 6f0e0fa commit 99c5d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/news/2025-11-24-release.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ClojureScript now supports Clojure 1.12 method value syntax as well as static fi
6161
(my-date/new)
6262
```
6363
64-
`:require-global` lets you use JavaScript librares that you included as script tags on the page without any further build configuration. JavaScript build tooling brings a considerable amount of additional complexity and there is a growing population of developers moving to technologies that simplify tooling complexity. Hypermedia frameworks in particular have returned to more innocent times where at most you needed exactly one JavaScript dependency to be productive.
64+
`:require-global` lets you use JavaScript librares that you included as script tags on the page without any further build configuration. JavaScript build tooling brings a considerable amount of additional complexity and there is a growing population of developers moving to technologies that eliminate it. Hypermedia frameworks in particular have returned to more innocent times where at most you needed exactly one JavaScript dependency to be productive.
6565
6666
ClojureScript now supports hypermedia-centric development approaches where you might have only one dependency and you are using ClojueScript / Google Closure Library primarily to build Web Components and want to side-step the JavaScript dependency churn and tooling burden entirely.
6767

0 commit comments

Comments
 (0)