paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

Update README instructions on client-side usage #180

Closed remarkablemark closed 7 years ago

remarkablemark commented 7 years ago

Update instructions on client-side usage to require the specific client module. Otherwise, the entire package will be bundled in the build, which is unnecessary.

This follows the example use case.

samsel commented 7 years ago

👍