Lu Qi

Results 15 comments of Lu Qi
trafficstars

Hi @gvance, Thanks, and I plan to do this. I plan to store the JWT in the cookie, and decode the JWT with **a global JWT verifying middleware**. In this...

Hi @gvance, Very clear and thank you! Thank you for sharing! Retrieving from database can indeed let us have more information about the user.

菜单能够正常显示,但点击一个游戏后,就出错: Console: ``` gameThirdScriptError Cannot read property 'querySelector' of null TypeError: Cannot read property 'querySelector' of null at t.setLoadingDisplay (http://127.0.0.1:53114/game/src/project.67404.js:1:27141) at t.loadSceneWithProgress (http://127.0.0.1:53114/game/src/project.67404.js:1:27454) at t.enterBrick (http://127.0.0.1:53114/game/src/project.67404.js:1:26929) at e.onBtnBrick (http://127.0.0.1:53114/game/src/project.67404.js:1:28935) at...

@hanjukim , thank you a lot ! But, I want to ask what is 'redux-connect' different with this repository?

Hi @hanjukim, I see, in 'redux-connect' repo, it says "This is a fork and refactor of redux-async-connect"; But why do not develop based on this project but fork a new...

@oyeanuj Thanks a lot for the recommendation!

Hi @mmahalwy, thanks for the recommendation! will check it out. Any one has done dynamic routing in this project?

Yes..actually I hand-copies the css and js file into node_modules folder. And now I import from materialize-css, but still with errors. Have you successfully used the bootstrap js?