ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

Next updates #510

Closed strues closed 6 years ago

strues commented 6 years ago
ctrlplusb commented 6 years ago

Legendary @strues thanks!

sergiokopplin commented 6 years ago

@strues are you using on production? i want to make a deploy to production in the next weeks 🤓

diondirza commented 6 years ago

As usual, awesome work @strues

oyeanuj commented 6 years ago

@strues When using this in conjunction with the redux branch, I get the following error on the `/posts/2' page:

Warning: WithJob(Post).componentWillMount(): Assigning directly to this.state is 
deprecated (except inside a component's constructor). Use setState instead.

@ctrlplusb Is this a react-jobs error instead?