dphelper 1.4.2 → 1.4.3
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/.github/README.md +3 -4
- package/README.md +3 -4
- package/index.js +1 -1
- package/package.json +1 -1
package/.github/README.md
CHANGED
|
@@ -4,14 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
**Manager | DevTools** by [Dario Passariello](https://dario.passariello.ca) (c)
|
|
6
6
|
|
|
7
|
-
<!--  -->
|
|
8
7
|

|
|
9
8
|

|
|
10
9
|

|
|
11
10
|
|
|
12
11
|
## About 🔥
|
|
13
12
|
|
|
14
|
-
dpHelper is a pricise and complete collection of
|
|
13
|
+
dpHelper is a pricise and complete collection of 190+ tools ready to use in all web/SaaS application. State and Store Management are now easy and global. Just for example **state.myData = "hello world"** and your string is ready everywhere in your Ajax or React app. It's more easy and intuitive of Redux.
|
|
15
14
|
You don't need to creare any extra files, dispatch or reducer.
|
|
16
15
|
|
|
17
16
|
Please, read the [LICENSE](/LICENSE.txt) agreement before to implementing in your application.
|
|
@@ -36,7 +35,7 @@ Here some links for you:
|
|
|
36
35
|
|
|
37
36
|
[XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest)
|
|
38
37
|
|
|
39
|
-
You are not a tech guy, nerd or geek? ... no worries. Fix it... go to hiring one
|
|
38
|
+
<!--You are not a tech guy, nerd or geek? ... no worries. Fix it... go to hiring one 🤭-->
|
|
40
39
|
|
|
41
40
|
## The Best Way To Use State and Store 💥
|
|
42
41
|
|
|
@@ -60,7 +59,7 @@ state
|
|
|
60
59
|
|
|
61
60
|
## Observer 😎
|
|
62
61
|
|
|
63
|
-
If you want to run a
|
|
62
|
+
If you want to run a function everytime a state change... you can use:
|
|
64
63
|
|
|
65
64
|
```javascript
|
|
66
65
|
/**
|
package/README.md
CHANGED
|
@@ -4,14 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
**Manager | DevTools** by [Dario Passariello](https://dario.passariello.ca) (c)
|
|
6
6
|
|
|
7
|
-
<!--  -->
|
|
8
7
|

|
|
9
8
|

|
|
10
9
|

|
|
11
10
|
|
|
12
11
|
## About 🔥
|
|
13
12
|
|
|
14
|
-
dpHelper is a pricise and complete collection of
|
|
13
|
+
dpHelper is a pricise and complete collection of 190+ tools ready to use in all web/SaaS application. State and Store Management are now easy and global. Just for example **state.myData = "hello world"** and your string is ready everywhere in your Ajax or React app. It's more easy and intuitive of Redux.
|
|
15
14
|
You don't need to creare any extra files, dispatch or reducer.
|
|
16
15
|
|
|
17
16
|
Please, read the [LICENSE](/LICENSE.txt) agreement before to implementing in your application.
|
|
@@ -36,7 +35,7 @@ Here some links for you:
|
|
|
36
35
|
|
|
37
36
|
[XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest)
|
|
38
37
|
|
|
39
|
-
You are not a tech guy, nerd or geek? ... no worries. Fix it... go to hiring one
|
|
38
|
+
<!--You are not a tech guy, nerd or geek? ... no worries. Fix it... go to hiring one 🤭-->
|
|
40
39
|
|
|
41
40
|
## The Best Way To Use State and Store 💥
|
|
42
41
|
|
|
@@ -60,7 +59,7 @@ state
|
|
|
60
59
|
|
|
61
60
|
## Observer 😎
|
|
62
61
|
|
|
63
|
-
If you want to run a
|
|
62
|
+
If you want to run a function everytime a state change... you can use:
|
|
64
63
|
|
|
65
64
|
```javascript
|
|
66
65
|
/**
|