Skip to content

Commit

Permalink
Merge pull request #424 from nobkd/docs/links
Browse files Browse the repository at this point in the history
docs: fix some links
  • Loading branch information
tipiirai authored Jan 18, 2025
2 parents 80f2c11 + 761d77f commit fe77a27
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/nuejs.org/blog/introducing-nue-css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ No matter how clever the Rust-based Bundler, optimizing your JavaScript, nothing
## Separation of concerns
Nue breaks you out from the [single point of responsibility](#blocker) and offloads the burden from the JavaScript/React engineer for the more talented ones, focusing on that specific field:

[image "/img/without-js-bottleneck.svg"]
[image "img/without-js-bottleneck.svg"]


Separation of concerns equals scalability: Marketers and technical writers proceed with content, designers and UX developers focus on the user experience, and JavaScript developers perfect the [back of the frontend](//bradfrost.com/blog/post/front-of-the-front-end-and-back-of-the-front-end-web-development/). The same applies for one person projects too — all the UX talent just comes from one head.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/nuejs.org/blog/nue-1-beta/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Exactly one year ago I [decided](/blog/backstory/) to create a super simple webs


[image.larger]
small: /img/og-blue.png
large: /img/og-blue-big.png
small: img/og-blue.png
large: img/og-blue-big.png
size: 747 x 474

- - -
Expand Down
8 changes: 4 additions & 4 deletions packages/nuejs.org/blog/nuekit-010/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Use the same simple syntax and development model for content-focused websites or
[image]
small: /img/simple-blog.png
large: /img/simple-blog-big.png
href: /@simple-blog
href: //simple-blog.nuejs.org
width: 650

Build a simple blog: [Tutorial](/docs/tutorials/build-a-simple-blog.html) /
[Live demo](/@simple-blog) /
[Source code](//github.com/nuejs/create-nue/tree/master/simple-blog)
Build a simple blog: [Tutorial](/docs/tutorial.html) /
[Live demo](//simple-blog.nuejs.org) /
[Source code](//github.com/nuejs/nue/tree/master/packages/examples/simple-blog)

 

Expand Down
2 changes: 1 addition & 1 deletion packages/nuejs.org/blog/rethinking-reactivity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function App() {

[counter]

[Source](//github.com/nuejs/nue/blob/master/packages/nuejs.org/blog/rethinking-reactivity/examples.nue)
[Source](//github.com/nuejs/nue/blob/master/packages/nuejs.org/blog/rethinking-reactivity/examples.dhtml)

To understand this choice we must go back in time. The world used to be slightly different before React and the kids entered the picture. There were two kinds of frontend skills: *UX development* and *JS development*:

Expand Down

0 comments on commit fe77a27

Please sign in to comment.