Skip to content

Commit 48b96c3

Browse files
committed
updated readme
1 parent 5d388f2 commit 48b96c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ Mutable state, with reactive functions - automatic result recalculations on stat
55
[![npm](https://img.shields.io/npm/dt/@mutablejs/core?style=for-the-badge)](https://www.npmjs.com/package/@mutablejs/core) ![GitHub Repo stars](https://img.shields.io/github/stars/mutablejs/core?label=GitHub%20Stars&style=for-the-badge) [![GitHub](https://img.shields.io/github/license/mutablejs/core?color=blue&style=for-the-badge)](https://github.com/mutableJS/core/blob/master/LICENSE)
66
![GitHub last commit](https://img.shields.io/github/last-commit/mutablejs/core?style=for-the-badge) [![Issues](https://img.shields.io/github/issues/mutableJS/core?style=for-the-badge)](https://github.com/mutableJS/core/issues)
77

8+
[![Support Server](https://img.shields.io/discord/978049671110987856.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge)](https://discord.gg/gNdgy8uS3R)
9+
810
## FAQ
911

1012
#### Why was mutableJS created?
1113

12-
Inspired by [Svelte](https://github.com/sveltejs/svelte) and it's custom compiler and change triggering approach, research
14+
Inspired by the other big front-end frameworks and libraries, like [React](https://reactjs.org/), [Vue.JS](https://vuejs.org/) and friends, research
1315
on variables mutability has started and developed into the current reactive execution mechanism.
1416

1517
#### Is it ready to use?
1618

17-
At the current stage mutableJS is in research stage and can (thought to) be used with the `@mutablejs/dom` package.
19+
At the current stage mutableJS is still in research stage and can (thought to) be used with the `@mutablejs/dom` package.
1820

1921
#### Accompanying packages?
2022

0 commit comments

Comments
 (0)