Counter:
+ +Light is:
++ You must + STOP + SLOW DOWN + GO +
++ Page title: +
diff --git a/content/3-lifecycle/2-on-unmount/nojs/index.html b/content/3-lifecycle/2-on-unmount/nojs/index.html new file mode 100644 index 00000000..87c71952 --- /dev/null +++ b/content/3-lifecycle/2-on-unmount/nojs/index.html @@ -0,0 +1,7 @@ ++ Current time: +
diff --git a/content/4-component-composition/1-props/nojs/index.html b/content/4-component-composition/1-props/nojs/index.html new file mode 100644 index 00000000..cb584dac --- /dev/null +++ b/content/4-component-composition/1-props/nojs/index.html @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/content/4-component-composition/2-emit-to-parent/nojs/index.html b/content/4-component-composition/2-emit-to-parent/nojs/index.html new file mode 100644 index 00000000..38a6b549 --- /dev/null +++ b/content/4-component-composition/2-emit-to-parent/nojs/index.html @@ -0,0 +1,10 @@ + + + + + +Are you happy?
+ + +Username:
+Email:
+ +Fetching users...
+An error occurred while fetching users
diff --git a/frameworks.ts b/frameworks.ts index 5ee85f51..0a413448 100644 --- a/frameworks.ts +++ b/frameworks.ts @@ -282,6 +282,19 @@ export const frameworkVersions: FrameworkVersion[] = [ mainPackageName: "ripple", releaseDate: "2023-01-01", }, + { + id: "nojs", + title: "No.JS", + img: "framework/nojs.svg", + playgroundURL: "https://no-js.dev/", + documentationURL: "https://no-js.dev/", + filesSorter(files) { + return sortAllFilenames(files, ["index.html"]); + }, + repositoryLink: "https://github.com/no-js-dev/nojs", + mainPackageName: "@no-js-dev/nojs", + releaseDate: "2024-01-01", + }, ]; export const frameworks: Framework[] = [ @@ -298,6 +311,7 @@ export const frameworks: Framework[] = [ { id: "qwik", name: "Qwik", latestStable: "qwik" }, { id: "marko", name: "Marko", latestStable: "marko" }, { id: "ripple", name: "Ripple", latestStable: "ripple" }, + { id: "nojs", name: "No.JS", latestStable: "nojs" }, ]; /** diff --git a/static/framework/nojs.svg b/static/framework/nojs.svg new file mode 100644 index 00000000..f1d0dfe7 --- /dev/null +++ b/static/framework/nojs.svg @@ -0,0 +1,17 @@ + \ No newline at end of file