You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-12
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ We together using the following technologies:
33
33
*[mobx](https://mobxjs.github.io/mobx/best/devtools.html) Better than redux in my opinion to maintain code
34
34
*[mobx Dev Tools](https://github.com/mobxjs/mobx-react-devtools) for next generation DX (developer experience).
35
35
*[ESLint](http://eslint.org) to maintain a consistent code style
36
-
*[mobx-ajv-form](https://github.com/erikras/lru-memoize) best form validation AJV
36
+
*[mobx-react-form](https://github.com/foxhound87/mobx-react-form) best form validation with mobx
37
37
*[style-loader](https://github.com/webpack/style-loader), and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
38
38
*[bootstrap v3](http://getbootstrap.com/) bootstrap + jquery CDN loaded async with https://www.npmjs.com/package/async-js
39
39
@@ -61,7 +61,7 @@ see code head section in index.ejs
61
61
62
62
Updated new mobx + ajv-form version
63
63
"mobx": "^2.5.0",
64
-
"mobx-ajv-form": "^1.8.0",
64
+
"react-mobx-form"
65
65
66
66
eslint + jsx-control-statements lint support for better tracking bug code
67
67
@@ -95,16 +95,6 @@ and replace by mine (i did some little hack to make the new work with my config)
95
95
>* I added ukrainien flag in material-ui-country-flags
96
96
> Do unzip ./temp/material-ui-country-flags.zip to ./temp/node_modules/
97
97
98
-
>* Little mod to support Object.entries in mobx-react-matchmedia and update mobx v2.5:
99
-
> Do unzip ./temp/mobx-react-matchmedia.zip to ./temp/node_modules/
100
-
101
-
>* Manual things be sure to remove:
102
-
103
-
./temp/node_module/mobx-ajv-form/node_module/mobx
104
-
./temp/node_module/mobx-ajv-form/node_module/ajv
105
-
106
-
node_module folders are created improperly by mobx-ajv-form due to the new mobx version
107
-
108
98
109
99
b) install my config with nginx for proxying all listening mysite.com:80 to localhost
Copy file name to clipboardexpand all lines: templates/app/README.md
+2-12
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ We together using the following technologies:
33
33
*[mobx](https://mobxjs.github.io/mobx/best/devtools.html) Better than redux in my opinion to maintain code
34
34
*[mobx Dev Tools](https://github.com/mobxjs/mobx-react-devtools) for next generation DX (developer experience).
35
35
*[ESLint](http://eslint.org) to maintain a consistent code style
36
-
*[mobx-ajv-form](https://github.com/erikras/lru-memoize) best form validation AJV
36
+
*[mobx-react-form](https://github.com/foxhound87/mobx-react-form) best form validation with mobx
37
37
*[style-loader](https://github.com/webpack/style-loader), and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
38
38
*[bootstrap v3](http://getbootstrap.com/) bootstrap + jquery CDN loaded async with https://www.npmjs.com/package/async-js
39
39
@@ -61,7 +61,7 @@ see code head section in index.ejs
61
61
62
62
Updated new mobx + ajv-form version
63
63
"mobx": "^2.5.0",
64
-
"mobx-ajv-form": "^1.8.0",
64
+
"react-mobx-form"
65
65
66
66
eslint + jsx-control-statements lint support for better tracking bug code
67
67
@@ -95,16 +95,6 @@ and replace by mine (i did some little hack to make the new work with my config)
95
95
>* I added ukrainien flag in material-ui-country-flags
96
96
> Do unzip ./temp/material-ui-country-flags.zip to ./temp/node_modules/
97
97
98
-
>* Little mod to support Object.entries in mobx-react-matchmedia and update mobx v2.5:
99
-
> Do unzip ./temp/mobx-react-matchmedia.zip to ./temp/node_modules/
100
-
101
-
>* Manual things be sure to remove:
102
-
103
-
./temp/node_module/mobx-ajv-form/node_module/mobx
104
-
./temp/node_module/mobx-ajv-form/node_module/ajv
105
-
106
-
node_module folders are created improperly by mobx-ajv-form due to the new mobx version
107
-
108
98
109
99
b) install my config with nginx for proxying all listening mysite.com:80 to localhost
0 commit comments