Skip to content

Commit

Permalink
docs: project
Browse files Browse the repository at this point in the history
  • Loading branch information
romelperez committed Dec 18, 2018
1 parent f08d5a3 commit dd87fa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ render(node, root);

## Why?

In you don't need to worry about reactivity or stateful components, you can
use this library to build lightweight and simple components.
If you don't need to worry about reactivity, contextful or stateful components,
lifecycle hooks, or asynchronous patterns, you can use this library to build
lightweight and simple components.

This is like [Preact](https://preactjs.com) but with simple support for
components with support for JSX.
This is like [Preact](https://preactjs.com) but with simple support for components,
where you can use [JSX](https://facebook.github.io/jsx/).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kantrux",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Ultralight web UI library for building static components with JSX support",
"keywords": [
"ui",
Expand Down

0 comments on commit dd87fa2

Please sign in to comment.