Socket
Socket
Sign inDemoInstall

stent

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stent - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

4

docs/examples.md

@@ -13,3 +13,3 @@ # Examples

[Here.](./examples/todo-app)
[Here.](../examples/todo-app)

@@ -97,2 +97,2 @@ ### Small ToDo app

[Full documentation](./README.md)
[Full documentation](./README.md)

@@ -46,3 +46,3 @@ # Getting started

The created machine may accept more then a string as a handler of the action. We may pass a function which accepts two arguments. The first one is the current state and the second one is some meta data traveling with the action (if any). For example:
The created machine may accept more than a string as a handler of the action. We may pass a function which accepts two arguments. The first one is the current state and the second one is some meta data traveling with the action (if any). For example:

@@ -105,2 +105,2 @@ ```js

[Full documentation](./README.md)
[Full documentation](./README.md)

@@ -59,3 +59,3 @@ # `Machine.<api method>`

The created machine the following methods:
The created machine has the following methods:

@@ -72,2 +72,2 @@ * `machine.destroy` - cleans the machine up

[Full documentation](./README.md)
[Full documentation](./README.md)
{
"name": "stent",
"version": "4.2.1",
"version": "4.2.2",
"description": "Stent is combining the ideas of redux with the concept of state machines",

@@ -5,0 +5,0 @@ "main": "lib",

@@ -36,6 +36,7 @@ ![Stent - brings the power of state machines to the web](./_logo/logo.gif)

![Kuker](https://github.com/krasimir/kuker-emitters/raw/master/img/screenshot_stent.jpg)
![Kuker](https://github.com/krasimir/kuker/raw/master/img/kuker-emitters/screenshot_stent.jpg)
## Must-read articles/resources
* [The Rise Of The State Machines](https://www.smashingmagazine.com/2018/01/rise-state-machines/)
* [You are managing state? Think twice.](http://krasimirtsonev.com/blog/article/managing-state-in-javascript-with-state-machines-stent) - an article explaining why finite state machines are important in the context of the UI development.

@@ -42,0 +43,0 @@ * [Getting from Redux to a state machine](http://krasimirtsonev.com/blog/article/getting-from-redux-to-state-machine-with-stent) - a tutorial that transforms a Redux app to an app using Stent

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc