You have a misspelling in your homepage: née not neé.
React Server
81–90 of 143 posts
Re: React Server
#82This is interesting, especially since I just spent the last two weeks setting up a boilerplate for a universal react/redux SPA on spec for a new client. I enjoy the flexibility but the need to develop a deep working knowledge of several independent libraries, transpilers, and build tool configuration files (each of which has several competing options with their own way of doing things) just to get to hello world is c…
Re: React Server
#83Re: React Server
#84wtf is neé?
Re: React Server
#85This is interesting, especially since I just spent the last two weeks setting up a boilerplate for a universal react/redux SPA on spec for a new client. I enjoy the flexibility but the need to develop a deep working knowledge of several independent libraries, transpilers, and build tool configuration files (each of which has several competing options with their own way of doing things) just to get to hello world is c…
I've always used React Router for routing. It's super flexible and plays very nicely with Redux and server-side rendering. In terms of syncing up state to views, you might want to look into 'redial' and 'react-redux', which are just higher-order components that ensure your React components can injected with the necessary state.
Re: React Server
#86Earlier quoted context omitted.
I've always used React Router for routing. It's super flexible and plays very nicely with Redux and server-side rendering. In terms of syncing up state to views, you might want to look into 'redial' and 'react-redux', which are just higher-order components that ensure your React components can injected with the necessary state.
If you're gonna use React Router and Redux, you should also check out react-router-redux: https://github.com/reactjs/react-router-redux
Re: React Server
#87This is interesting, especially since I just spent the last two weeks setting up a boilerplate for a universal react/redux SPA on spec for a new client. I enjoy the flexibility but the need to develop a deep working knowledge of several independent libraries, transpilers, and build tool configuration files (each of which has several competing options with their own way of doing things) just to get to hello world is c…
what is "on spec"?
Re: React Server
#88Earlier quoted context omitted.
If you're gonna use React Router and Redux, you should also check out react-router-redux: https://github.com/reactjs/react-router-redux
This is exactly what I'm talking about though, how many different libraries are there for routing alone? How can anyone make a reasonably informed choice between them? It's madness!
Re: React Server
#89Re: React Server
#90Earlier quoted context omitted.
This is exactly what I'm talking about though, how many different libraries are there for routing alone? How can anyone make a reasonably informed choice between them? It's madness!
Well, obviously, the correct choice is to use React Server and let us make all the decisions for you ;)
;)