cradova 2.2.1 → 2.2.2
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 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
Cradova is a JavaScript framework for building Single Page Applications and PWAs.
|
|
11
11
|
<br/>
|
|
12
12
|
<br/>
|
|
13
|
-
<a href="https://github.com/fridaycandour/cradova#examples"><strong>Explore the docs »</strong></a>
|
|
13
|
+
<a href="https://github.com/fridaycandour/cradova#examples"><strong>Explore the 🎙️ docs »</strong></a>
|
|
14
14
|
<br/>
|
|
15
15
|
<br/>
|
|
16
16
|
<a href="https://t.me/cradovaframework">Join Community</a>
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
|
|
40
40
|
## What is Cradova?
|
|
41
41
|
|
|
42
|
-
Cradova is a
|
|
42
|
+
Cradova is a web development framework for building Single Page Applications and PWAs.
|
|
43
43
|
|
|
44
|
-
It's a fast and
|
|
44
|
+
It's a fast, simple and modern, it provides state management, routing system and a rest API utility out of the box.
|
|
45
45
|
|
|
46
46
|
Cradova follows the [VJS specification](https://github.com/fridaycandour/cradova/blob/main/spec.md)
|
|
47
47
|
|
|
@@ -53,10 +53,9 @@ Cradova does't rely on visual DOM or diff algorithms to manage the DOM, instead,
|
|
|
53
53
|
|
|
54
54
|
### is this a big benefit?
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
see for yourself.
|
|
56
|
+
Undoubtedly, this provides a significant advantage. You can experience it firsthand and decide for yourself.
|
|
58
57
|
|
|
59
|
-
Cradova has been
|
|
58
|
+
Cradova has already been utilized in multiple production projects, and we will continuously update this page to showcase our advancements as we keep improving.
|
|
60
59
|
|
|
61
60
|
[current version changes](https://github.com/fridaycandour/cradova/blob/main/CHANGELOG.md#v220)
|
|
62
61
|
|
|
@@ -278,7 +277,7 @@ Router.route("/", home);
|
|
|
278
277
|
|
|
279
278
|
## Documentation
|
|
280
279
|
|
|
281
|
-
|
|
280
|
+
At the moment, we're in the process of creating documentation for Cradova, and we have limited resources. If you're interested in lending a hand, we invite you to join our community, gain firsthand experience, and contribute to the advancement of Cradova.
|
|
282
281
|
|
|
283
282
|
## Getting Help
|
|
284
283
|
|