wesias7
wesias7
Dear friends who were worried like me, Let me use the feedback I've been looking for in three days. I tried to use "react-calendar" for "redux-ssr." By the way, there...
https://github.com/diegohaz/querymen/pull/69
``` npm install --save https://github.com/wesias7/querymen.git#master ``` 1. Enable "schema" support. (this binds) 2. Query overwrite is supported. (index.js) 3. Processing "bind" of "this" to "constructor". (querymen-schema.js and querymen-param.js) 4. Add...
@diegohaz @jorgeluisrezende @chemitaxis "Schema" didn't work. I've solved it, but please check.
> @wesias7 Are you going to maintain it ? or it's gonna be forgotten in few months ? I need to patch "Schema bind set this." You can find out...
> I think a better option is moving to new package: https://github.com/diegohaz/schm I checked. It's amazing. But look at the patched content of my repository. 'This bind' is 'Schema'.I can...
i have the same question. i try it. first, querymen schema setup before express router code. ``` import { Schema as QuerymenSchema } from 'querymen' const qms = new QuerymenSchema({...