lilact 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/docs/index.html +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
[Docs on GitHub Pages](https://arashkazemi.github.io/lilact/) — [Demos on GitHub Pages](https://arashkazemi.github.io/lilact/static)
|
|
10
10
|
|
|
11
|
-
[Lilact repo on GitHub](https://
|
|
11
|
+
[Lilact repo on GitHub](https://github.com/arashkazemi/lilact) — [Lilact on npm](https://www.npmjs.com/package/lilact)
|
|
12
12
|
|
|
13
|
-
[Lilact/Node/Express Demo Project](https://
|
|
13
|
+
[Lilact/Node/Express Demo Project](https://github.com/arashkazemi/lilact-express) — [Lilact/PHP Demo Project](https://github.com/arashkazemi/lilact-php-demo) — [Lilact/Python Demo Project](https://github.com/arashkazemi/lilact-python-demo)
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -62,7 +62,7 @@ and helper components like:
|
|
|
62
62
|
It also includes a specific timeout implementation that can be paused and resumed at will. `Lilact`’s `Suspense` includes additional features beyond the standard API.
|
|
63
63
|
|
|
64
64
|
You can see all available members and methods in the documentation. There is also a list of demos you can view alongside their code at:
|
|
65
|
-
[Lilact Demo Examples](arashkazemi.github.io/lilact/static)
|
|
65
|
+
[Lilact Demo Examples](https://arashkazemi.github.io/lilact/static)
|
|
66
66
|
|
|
67
67
|
Note: modules are separated in the documentation to improve structure, but in practice all members and methods are accessible directly via the `Lilact` object.
|
|
68
68
|
|
|
@@ -97,13 +97,13 @@ module.exports = ...
|
|
|
97
97
|
Bundled projects can also be used statically on other backends. However, bundling is not required: JSX files can be served and transpiled live.
|
|
98
98
|
|
|
99
99
|
A complete example of a `Lilact` project with an `express` request handler is available at:
|
|
100
|
-
[lilact-express](https://
|
|
100
|
+
[lilact-express](https://github.com/arashkazemi/lilact-express)
|
|
101
101
|
|
|
102
102
|
An example using it with a PHP/MySQL data store is available at:
|
|
103
|
-
[lilact-php-demo](https://
|
|
103
|
+
[lilact-php-demo](https://github.com/arashkazemi/lilact-php-demo)
|
|
104
104
|
|
|
105
105
|
An example using it with a Python/SQLite data store is available at:
|
|
106
|
-
[lilact-python-demo](https://
|
|
106
|
+
[lilact-python-demo](https://github.com/arashkazemi/lilact-python-demo)
|
|
107
107
|
|
|
108
108
|
---
|
|
109
109
|
|
package/docs/index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<h3 id="a-little-reactjsx-runtime-implementation-for-the-browser" class="tsd-anchor-link">A Little React/JSX Runtime Implementation for the Browser<a href="#a-little-reactjsx-runtime-implementation-for-the-browser" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
4
4
|
<hr>
|
|
5
5
|
<p><a href="https://arashkazemi.github.io/lilact/">Docs on GitHub Pages</a> — <a href="https://arashkazemi.github.io/lilact/static">Demos on GitHub Pages</a></p>
|
|
6
|
-
<p><a href="https://
|
|
7
|
-
<p><a href="https://
|
|
6
|
+
<p><a href="https://github.com/arashkazemi/lilact">Lilact repo on GitHub</a> — <a href="https://www.npmjs.com/package/lilact">Lilact on npm</a></p>
|
|
7
|
+
<p><a href="https://github.com/arashkazemi/lilact-express">Lilact/Node/Express Demo Project</a> — <a href="https://github.com/arashkazemi/lilact-php-demo">Lilact/PHP Demo Project</a> — <a href="https://github.com/arashkazemi/lilact-python-demo">Lilact/Python Demo Project</a></p>
|
|
8
8
|
<hr>
|
|
9
9
|
<p>If you find Lilact useful, please consider sponsoring. Your support funds ongoing maintenance, performance improvements, and new features.<br>
|
|
10
10
|
<a href="github.com/sponsors/arashkazemi">Sponsor me on GitHub</a></p>
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</ul>
|
|
38
38
|
<p>It also includes a specific timeout implementation that can be paused and resumed at will. <code>Lilact</code>’s <code>Suspense</code> includes additional features beyond the standard API.</p>
|
|
39
39
|
<p>You can see all available members and methods in the documentation. There is also a list of demos you can view alongside their code at:<br>
|
|
40
|
-
<a href="arashkazemi.github.io/lilact/static">Lilact Demo Examples</a></p>
|
|
40
|
+
<a href="https://arashkazemi.github.io/lilact/static">Lilact Demo Examples</a></p>
|
|
41
41
|
<p>Note: modules are separated in the documentation to improve structure, but in practice all members and methods are accessible directly via the <code>Lilact</code> object.</p>
|
|
42
42
|
<hr>
|
|
43
43
|
<h2 id="webpack-based-bundler" class="tsd-anchor-link">Webpack-based Bundler<a href="#webpack-based-bundler" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
|
|
59
59
|
<p>Bundled projects can also be used statically on other backends. However, bundling is not required: JSX files can be served and transpiled live.</p>
|
|
60
60
|
<p>A complete example of a <code>Lilact</code> project with an <code>express</code> request handler is available at:<br>
|
|
61
|
-
<a href="https://
|
|
61
|
+
<a href="https://github.com/arashkazemi/lilact-express">lilact-express</a></p>
|
|
62
62
|
<p>An example using it with a PHP/MySQL data store is available at:<br>
|
|
63
|
-
<a href="https://
|
|
63
|
+
<a href="https://github.com/arashkazemi/lilact-php-demo">lilact-php-demo</a></p>
|
|
64
64
|
<p>An example using it with a Python/SQLite data store is available at:<br>
|
|
65
|
-
<a href="https://
|
|
65
|
+
<a href="https://github.com/arashkazemi/lilact-python-demo">lilact-python-demo</a></p>
|
|
66
66
|
<hr>
|
|
67
67
|
<h2 id="installation-and-delivery" class="tsd-anchor-link">Installation and Delivery<a href="#installation-and-delivery" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
68
68
|
<h3 id="nodejs-npm" class="tsd-anchor-link">Node.js (npm)<a href="#nodejs-npm" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
package/package.json
CHANGED