Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite755ac5

Browse files
committed
bumped version to 1.1.0
2 parentsd85f1cb +b19d805 commite755ac5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
![juicr.js](https://i.imgur.com/9GUDkeH.png?1)
22

3+
<<<<<<< HEAD
34
A simple (and tiny~1kb) redux inspired reducer for handling state changes. Works well with React.js & React Native but can be combined with any front end library, or even vanilla JS template literals.
5+
=======
6+
A simple (and tiny <1kb) redux inspired reducer for handling state, actions, reactions etc. Works well with React.js & React Native but can be combined with any front end library, or even vanilla JS template literals.
7+
>>>>>>>b19d80598b17000f2cd51e08076ffb1408f362cf
48
59
###Why?
610
I liked the redux pattern but the amount of boiler plate seemed overkill, especially for smaller projects.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"juicr.js",
3-
"version":"1.0.2",
3+
"version":"1.1.0",
44
"scripts": {
55
"test":"mocha",
66
"build":"babel src -d lib; uglifyjs lib/juicr.js -o lib/juicr.min.js -c -m; gzip < lib/juicr.min.js > lib/juicr.min.js.gz;"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp