lilact 0.7.2 → 0.7.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 CHANGED
@@ -15,11 +15,15 @@ performance improvements, and new features. [Sponsor me on GitHub](https://githu
15
15
 
16
16
  ---
17
17
 
18
- `Lilact` is an extremely lightweight implementation of the React API that is
18
+ `Lilact` is a very lightweight implementation of the React API that is
19
19
  designed to work in the browser. It can be used as a single script
20
20
  that is around `80kb` minified and around `27kb` gzipped and includes its whole api.
21
21
  `Lilact` is very fast, it uses minimum resources and handles memory very efficiently.
22
22
 
23
+ `Lilact` works in the browser, so it doesn't rely on any JS/node back-end and can
24
+ essentially work with any kind of web server/back-end. An example of using it with a PHP/MySQL
25
+ data store is available on [LilactPHPDemo](https://github.com/arashkazemi/LilactPHPDemo).
26
+
23
27
  `Lilact` uses its own JSX transpiler, and not babel. It is a recursive-descent
24
28
  parser with lookahead, but it doesn't parse the JS syntax completely and relies on the
25
29
  JS runtime to detect some errors. The transpiler weights