Last 12 weeks · 0 commits
1 of 6 standards met
Repository: benawad/react-menu-monkey-client. Description: Frontend for a recipe box website Stars: 64, Forks: 30. Primary language: JavaScript. Languages: JavaScript (95.4%), HTML (4.6%). Topics: feathersjs, react, redux, redux-saga. Open PRs: 1, open issues: 1. Last activity: 3y ago. Community health: 28%. Top contributors: benawad, justingreenberg, joshilp.
WP 8.1 Some React apps seem to do this, but most don't. I'm not sure the cause. E.g. https://react.rocks/ itself, plus the movies, resume, soundcloud, and colorflood all at least load OK. The tinysynth and lead form do not. (Tinysynth shows only the "fork me on github" graphic, lead form is blank just like monkey-client.) I've tried pinch-zooming all the way out, there's just nothing to be seen.
Hi! When receiving an error from the api, like when the login is rejected, you just return {}, which isn't very helpfull. How would you do it so that one could display an error to the client and rerender the form? Cheers, Kai
I've inspected the feathers docs you pointed me to and found that there should not be any difference between the rest and the socket.io transport regarding authentication. When swapping out rest with socket.io authenticatin works fine. The problem is, that after reloading the browser window the feathers-jwt token which is correcty saved in the local stprage doesn't seem to get loaded by the app and you are redirected to the login page again...