All of our React applications are used internally and have no real need for server side rendering--we'd like to be able to avoid jumping through those hoops all together. Can I get some direction on how to go about setting up webpack-dev-server with Roc, or at the very least, disabling SSR in roc-package-web-app-react to mimic the behavior of webpack-dev-server? I have no experience with Koa so I'm a bit over my head.
I'd imagine adding this as an example or documentation might help others without a need for SSR get started with Roc. Thanks!
All of our React applications are used internally and have no real need for server side rendering--we'd like to be able to avoid jumping through those hoops all together. Can I get some direction on how to go about setting up webpack-dev-server with Roc, or at the very least, disabling SSR in roc-package-web-app-react to mimic the behavior of webpack-dev-server? I have no experience with Koa so I'm a bit over my head.
I'd imagine adding this as an example or documentation might help others without a need for SSR get started with Roc. Thanks!