Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 696e0c8

Browse files
author
Oxford
committed
dd
1 parent d99b2b4 commit 696e0c8

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Docs - Web-Native.Dev
22

3-
Welcome to the documentation for "web-native" tools!
3+
Welcome to the documentation for "web-native"!
44

5-
## Overview
6-
7-
Through engineering, the Web-Native Project aims to bridge major gaps on the web platform to meet modern development needs. A more empowering platform will be helping us get more done with less dependencies!
5+
The Web-Native Project has a vision for a more empowering platform that helps us get more done with less dependencies!
86

9-
Here are some exciting tools that will help you get the most of web-native development:
7+
## Overview
108

11-
> [CHTML](chtml/) - _Implement the UI entirely in HTML_
9+
> [CHTML](chtml/) - a suite of new DOM features that brings language support for a component-based architecture, data binding, and reactivity
1210
>
13-
> [Observer](observer/) - _Apply reactivity to any JavaScript object_
11+
> [Observer](observer/) - a simple set of functions for intercepting and observing JavaScript objects and arrays.
1412
>
15-
> [JSEN](jsen/) - _Run JavaScript expressions in user-defined scopes_
13+
> [JSEN](jsen/) - a small library for parsing and executing JavaScript expressions in custom scopes.
1614
>
17-
> [Play UI](play-ui/) - _Manipulate the DOM and the UI with more resilience_
15+
> [Play UI](play-ui/) - utilities for easing DOM-related concerns, UI manipulation, events and gestures, animations, and more.
1816
>
19-
> [Observables](reflex-components/) - _Components for your reflex-based apps_
17+
> [Observables](observables/) - a collection of observable components (routing, forms, collections and more) for building client-side applications.
2018
2119

chtml/v1/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ init();
122122

123123
Let's now learn the core concepts of CHTML.
124124
125-
[Chtml](/chtml/)
125+
+ [Chtml](/chtml/)
126126
127127
128128

jsen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSEN v0.5.0
22

3-
JSEN is a general-purpose library for parsing JavaScript expressions that execute in user-defined scopes.
3+
JSEN is a small library for parsing and executing JavaScript expressions in custom scopes.
44

55
[Check this project out on GitHub](https://github.com/web-native/jsen).
66

play-ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
# PlayUI v0.0.2
44

5-
PlayUI provides APIs for easing DOM-related concerns, UI manipulation, events and gestures, animations, and more. It offers a minimal footprint with concise APIs that let the platform speak for itself.
5+
PlayUI provides utilities for easing DOM-related concerns, UI manipulation, events and gestures, animations, and more. It offers a minimal footprint with concise APIs that let the platform speak for itself.
66

77
[Check this project out on GitHub](https://github.com/web-native/play-ui).
88

0 commit comments

Comments
 (0)