hypernova
hypernova copied to clipboard
A service for server-side rendering your JavaScript views
Hi, we have a system in which we set up our websites using SSR, with a flow over 2000 rpm in production environment. Actually, we are facing memory leaks issues...
Addresses https://github.com/airbnb/hypernova/issues/111 Motivation: To be able to pass things from inside `getComponent` to the rest of the express application (for custom middlewares) (poked around in `test/BatchManager-test.js`, but can't see a...
I was trying to implement action caching using [actionpack-action_caching](https://github.com/rails/actionpack-action_caching) but because of how hypernova works with render tokens, the cached result is just the render token. Furthermore, it is clearly...
As of React 16 a new method `renderToStream()` method was introduced. I first though of creating a feature request issue at [airbnb/hypernova-react](https://github.com/airbnb/hypernova-react) but after taking a look at the code...
Hi @goatslacker! So I have a logger set up inside an express middleware, logging various things about the request. One bit of information I'd like to add to the logs...
Does Hypernova support Rails 5.1? I have tried to setup server side rendering but my node server doesn't respond.
https://github.com/shunsugai/rails-webpacker-hypernova This is a project I'm attempting to get working. You have to bundle install that, then do ``` node hypernova.js ./bin/rails s ./bin/webpack-dev-server ``` And then access `/hello/index` It...
Hey guys, I might be just doing something wrong but when I implemented the hypernova setup, all I see is a blank screen. This is the current source code that...
For context, bullet point 2 in this comment: https://github.com/airbnb/hypernova/pull/66#issuecomment-302192281
- Switched to nyc from istanbul - Moved coverage report levels (need to investigate why they dropped in some cases) - Changed some test imports to import from `src` rather...