Closed gcpantazis closed 7 years ago
Should probably resolve #18.
it fixed npm install errors for me. thanks!
Thx bro
thanks it fixed npm install error for me too
Hello, @DavidWells - any chance of merging this?
@gcpantazis - I actually have noticed another deprecation, all instances of require('react/addons')
should be replaced with require('react')
!
As on current master, 'browserify' is not required. https://github.com/DavidWells/isomorphic-react-example/blob/master/package.json#l16
Hey all, I'm closing this since this project seems dead / I'd like to clean up my PR dashboard. If anyone else would like to own the PR / handle getting it merged with @DavidWells please feel free to cherrypick my patch! 👋
gulp-browserify
.Hi there! I was having trouble checking this out due to some old dependencies (
browserify
depending onesprima-six
, which no longer exists, specifically). So I upgraded them!gulp-browserify
is abandoned, so I just usedbrowserify.bundle()
directly.The output is rendering, but I can't compare it to the previous version so I'll defer to you on whether or not it's correct. :) Thanks for the example!