Skip to content

Commit c2ccaa9

Browse files
committed
more links
1 parent 77cdda6 commit c2ccaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ ClojureScript now supports https://clojure.org/reference/java_interop#methodvalu
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 eliminate it. 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. https://hypermedia.systems[Hypermedia] frameworks in particular have returned to more innocent times where at most you needed exactly one JavaScript dependency to be productive.
6565
66-
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 sidestep the JavaScript dependency churn and tooling burden.
66+
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 https://developer.mozilla.org/en-US/docs/Web/API/Web_components[Web Components] and want to sidestep the JavaScript dependency churn and tooling burden.
6767
6868
[source,clojure]
6969
```

0 commit comments

Comments
 (0)