diff --git a/README.md b/README.md index 1f44b3e..4535b82 100644 --- a/README.md +++ b/README.md @@ -294,10 +294,10 @@ How do we solve this ? Developers love having framework overview by examples. It * [x] Checkbox * [x] Radio * [x] Select -* [ ] Webapp features - * [ ] Fetch data - * [ ] Router link - * [ ] Routing +* [x] Webapp features + * [x] Fetch data + * [x] Router link + * [x] Routing
diff --git a/content/7-webapp-features/1-fetch-data/alpine/index.html b/content/7-webapp-features/1-fetch-data/alpine/index.html new file mode 100644 index 0000000..5f97691 --- /dev/null +++ b/content/7-webapp-features/1-fetch-data/alpine/index.html @@ -0,0 +1,37 @@ +
+ + + + +
\ No newline at end of file diff --git a/content/7-webapp-features/2-router-link/alpine/alpine.md b/content/7-webapp-features/2-router-link/alpine/alpine.md new file mode 100644 index 0000000..1c2da72 --- /dev/null +++ b/content/7-webapp-features/2-router-link/alpine/alpine.md @@ -0,0 +1,8 @@ +Using [location.hash](https://developer.mozilla.org/en-US/docs/Web/API/Location/hash) + +```html + +``` \ No newline at end of file diff --git a/content/7-webapp-features/3-routing/alpine/alpine.md b/content/7-webapp-features/3-routing/alpine/alpine.md new file mode 100644 index 0000000..053afbc --- /dev/null +++ b/content/7-webapp-features/3-routing/alpine/alpine.md @@ -0,0 +1,21 @@ +Using [location.hash](https://developer.mozilla.org/en-US/docs/Web/API/Location/hash) + +```html + +
+ +

Welcome

+
+ +

+

    +
  • Lorem ipsum dolor
  • +
  • amet consectetur adipisicing elit
  • +
+

+
+
+``` \ No newline at end of file