Questions tagged [server-rendering]

63 questions
0
votes
1 answer

Store / persist session during server rendering

I came across an issue using following starter repo for react: react-webpack-node I am ussing sessionStorage for authentication purposes and realised that due to server rendering nature of this starter I am unable to access this session data while…
Ilja
  • 44,142
  • 92
  • 275
  • 498
0
votes
1 answer

ReactRouter.match has no callback arguments when attempting to server-render react elements

I've tried following this guide and this question, but am getting undefined for all callback arguments when ReactRouter.match is fired. This is my server: var app = new (require('express'))() var port = 3000 var ReactDomServer =…
drewwyatt
  • 5,989
  • 15
  • 60
  • 106
-1
votes
1 answer

Google cannot index angular2 application

angular2 version: 2.0.0-beta.14 Hello, we built a web application with almost solely depending on client side angular2, however, since the release day - 3 days ago - google robots cannot index the pages properly. When you hit the start page of the…
Kağan Alper
  • 1
  • 1
  • 2
1 2 3 4
5