I'm trying to build a web application with support in 2 languages, with react-Intl . The problem is that when I initial load from the server I do not have the user's browser language so I can not determine which language to display. I want to check ...
Join discussionI'm working with Angular 4+. When working just with firebase everything works good, but when I'm using Universal with NodeJS and Express for SSR I actually have issues with ES6 syntax (type errors for import and export). How can I fix this? fix this ...
Join discussionI'm trying to build a simple universal app using Express + Mongoose + React + Redux + Redux saga and run into some difficulties. How to dial with component's data dependencies with redux-saga? How to give component data depenting on wether it is ssr...
PPhilip commented