hello-react-meteor
hello-react-meteor copied to clipboard
Learning Some React with Proper Meteor Integration (Routing, SSR)
Hi @arunoda, Is there a way to remove fast render ?
Hi there, am encountering the below issue fairly frequently. W20151210-14:47:02.505(2)? (STDERR) Error: Cannot cache a existing cahced page: / W20151210-14:47:02.505(2)? (STDERR) at class.cachePage (server/route.js:164:13) W20151210-14:47:02.505(2)? (STDERR) at ServerResponse._injectHtml.res.write (server/route.js:86:16) W20151210-14:47:02.506(2)?...
These two lines in post_list.jsx seem a bit insecure and basically crying for a "Mongo-injection", well actually it is a Mongo query injection :) It would be possible for the...
As I understood, FlowRouter.getRouteName() is Client only. Is there a counterpart that works both on server and client? I'd like to change link classes depending on current route, so the...