chore: link to MDN docs for why items
This commit is contained in:
parent
dfbebe35bf
commit
76874d5b53
4 changed files with 14 additions and 15 deletions
|
@ -18,9 +18,9 @@ I often wonder what it would look like to build sites & apps knowing just the ba
|
|||
|
||||
I thought:
|
||||
|
||||
- What if I knew how to write HTML and I can have a dynamic web page from that?
|
||||
- What if I knew how to build custom elements and that's all the component system I needed?
|
||||
- What if I can write HTML fragments and assemble them easily in a page?
|
||||
- What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that?
|
||||
- What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed?
|
||||
- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and assemble them easily in a page?
|
||||
- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)?
|
||||
|
||||
**McFly** is my reimagination of web development: Back to the basics. Into the future.
|
||||
|
|
|
@ -18,9 +18,9 @@ I often wonder what it would look like to build sites & apps knowing just the ba
|
|||
|
||||
I thought:
|
||||
|
||||
- What if I knew how to write HTML and I can have a dynamic web page from that?
|
||||
- What if I knew how to build custom elements and that's all the component system I needed?
|
||||
- What if I can write HTML fragments and assemble them easily in a page?
|
||||
- What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that?
|
||||
- What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed?
|
||||
- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and assemble them easily in a page?
|
||||
- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)?
|
||||
|
||||
**McFly** is my reimagination of web development: Back to the basics. Into the future.
|
||||
|
|
|
@ -18,9 +18,9 @@ I often wonder what it would look like to build sites & apps knowing just the ba
|
|||
|
||||
I thought:
|
||||
|
||||
- What if I knew how to write HTML and I can have a dynamic web page from that?
|
||||
- What if I knew how to build custom elements and that's all the component system I needed?
|
||||
- What if I can write HTML fragments and assemble them easily in a page?
|
||||
- What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that?
|
||||
- What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed?
|
||||
- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and assemble them easily in a page?
|
||||
- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)?
|
||||
|
||||
**McFly** is my reimagination of web development: Back to the basics. Into the future.
|
||||
|
|
|
@ -126,8 +126,8 @@ importers:
|
|||
specifier: ^0.2.3
|
||||
version: 0.2.3
|
||||
'@mcflyjs/core':
|
||||
specifier: ^0.8.0
|
||||
version: 0.8.0(magicast@0.3.5)(typescript@5.7.3)
|
||||
specifier: ^0.8.1
|
||||
version: 0.8.1(magicast@0.3.5)(typescript@5.7.3)
|
||||
devDependencies:
|
||||
typescript:
|
||||
specifier: ^5.7.3
|
||||
|
@ -608,8 +608,8 @@ packages:
|
|||
'@mcflyjs/config@0.2.3':
|
||||
resolution: {integrity: sha512-toHJrWuusLiYhkxfBnGo9Mqm+8R+5YFmabvA/4dARRRDXdHIfP8c4xJdBowDqZxv4CI504tdvlQvtROpWj1LkA==}
|
||||
|
||||
'@mcflyjs/core@0.8.0':
|
||||
resolution: {integrity: sha512-NbXkfYLAtZDTp+qaYTdc9P+nPNgfXOQ6TK1Tfou+C0eoPJWqlZKPK+dMoWy8SY1OlCfkT0JTnlCURt27xBH3Xg==}
|
||||
'@mcflyjs/core@0.8.1':
|
||||
resolution: {integrity: sha512-nPez716blw3Ua5hh799rzK7ixVFr7iMV+aN9RbXj3lzWZ6fzK+eqKt7+PvXCHbbMvpx0G0Q9Wg8mfFbnQmJySw==}
|
||||
hasBin: true
|
||||
|
||||
'@netlify/functions@2.8.2':
|
||||
|
@ -3131,9 +3131,8 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- uWebSockets.js
|
||||
|
||||
'@mcflyjs/core@0.8.0(magicast@0.3.5)(typescript@5.7.3)':
|
||||
'@mcflyjs/core@0.8.1(magicast@0.3.5)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@mcflyjs/config': link:packages/config
|
||||
c12: 2.0.1(magicast@0.3.5)
|
||||
citty: 0.1.6
|
||||
consola: 3.3.3
|
||||
|
|
Loading…
Reference in a new issue