Skip to content

Commit

Permalink
Update awesome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard authored Oct 13, 2023
1 parent 9a5f8b5 commit d49ebe4
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions awesome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"name": "dioxus-std",
"description": "A library to provide abstractions to access common utilities when developing Dioxus applications.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "DioxusLabs",
Expand All @@ -12,6 +13,7 @@
{
"name": "dioxus-logger",
"description": "A logging utility to provide a standard interface whether you're targeting web, desktop, or mobile.",
"type": "Awesome",
"category": "Logging",
"github": {
"username": "DogeDark",
Expand All @@ -22,6 +24,7 @@
{
"name": "Geolocation Example",
"description": "Dioxus & Dioxus-STD geolocation demonstration.",
"type": "Awesome",
"category": "Example",
"github": {
"username": "DogeDark",
Expand All @@ -32,6 +35,7 @@
{
"name": "dioxus-sortable",
"description": "Sortable tables for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "feral-dot-io",
Expand All @@ -42,6 +46,7 @@
{
"name": "Deploy Dioxus to Vercel",
"description": "Deploy dioxus-web to Vercel.",
"type": "Awesome",
"category": "Deployment",
"github": {
"username": "lucifer1004",
Expand All @@ -52,13 +57,15 @@
{
"name": "NixOS Install Script",
"description": "Fetches necessary dependencies for running Dioxus in desktop mode when using the Nix package manager.",
"type": "Awesome",
"category": "Deployment",
"github": null,
"link": "https://gist.github.com/FruitieX/73afe3eb15da45e0e05d5c9cf5d318fc"
},
{
"name": "Golde",
"description": "Use Dioxus to execute JavaScript and get the result.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "mrxiaozhuox",
Expand All @@ -69,6 +76,7 @@
{
"name": "Freya",
"description": "A skia renderer for Dioxus.",
"type": "Awesome",
"category": "Renderer",
"github": {
"username": "marc2332",
Expand All @@ -78,14 +86,16 @@
},
{
"name": "Fermi",
"description": "Global state management build on the concept of atoms.",
"description": "Global state management built on the concept of atoms.",
"type": "Awesome",
"category": "Util",
"github": null,
"link": "https://github.com/DioxusLabs/dioxus/tree/master/packages/fermi"
},
{
"name": "dioxus-websocket-hooks",
"description": "Dioxus hooks for websocket connections.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "FruitieX",
Expand All @@ -96,6 +106,7 @@
{
"name": "dioxus-helmet",
"description": "Place elements in the head tag of your document.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "saicu",
Expand All @@ -106,13 +117,15 @@
{
"name": "dioxus-layout",
"description": "Layout components for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": null,
"link": "https://gitlab.com/MAlrusayni/dioxus-layout"
},
{
"name": "dioxus-free-icons",
"description": "Free icon components for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "nissy-dev",
Expand All @@ -123,6 +136,7 @@
{
"name": "dioxus-material-icons",
"description": "Material icons for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "lennartkloock",
Expand All @@ -133,6 +147,7 @@
{
"name": "Examples Repo",
"description": "A repository containing many examples of how to use Dioxus.",
"type": "Awesome",
"category": "Example",
"github": {
"username": "DioxusLabs",
Expand All @@ -143,20 +158,23 @@
{
"name": "File Navigator Example",
"description": "Shows how a Dioxus app can directly leverage system calls and libraries.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/file-explorer"
},
{
"name": "Todo-MVC Example",
"description": "An example of a Todo-MVC built with different patterns.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/todomvc"
},
{
"name": "Ecommerce Example",
"description": "A liveview app that leverages the FakeStoreAPI and Tailwind.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/ecommerce-site"
Expand All @@ -168,4 +186,4 @@
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/wifi-scanner"
}
]
]

0 comments on commit d49ebe4

Please sign in to comment.