hypernova icon indicating copy to clipboard operation
hypernova copied to clipboard

A service for server-side rendering your JavaScript views

Results 48 hypernova issues
Sort by recently updated
recently updated
newest added

Escapes closing tags Fixes #165.

semver-patch: bugfixes

A review of the code indicates that no other parts are affected by the breaking changes in the library update.

I am interesting in case studies for solutions in assets destribution. I have multiple nova services with Ara Framework and i had to find out best solution to proxy assets...

Has anyone ever had to load new applications by showing a preload (either loading a new application without changing the route or changing the route)? If so, what approach is...

Hello. In order to speed up our development process, we have build a custom solution for the hypernova server which can load Javascript bundles over HTTP. With that, we can...

Hi y'all! First off, thank you for a really great Github project. We use it here at RTR and its added a lot of rigor around the server-side rendering from...

feature request

While trying to build out the client node machine and the "hypernova" server I had issues hitting the server from an external host. Example can be found here: https://github.com/pixeloven/typescript-react-component-library In...

Is it possible to add some working example of Promise based fetching of component?

Environment: ``` > node --version v8.11.1 ``` I'm starting to set up hypernova in a Rails + Webpack repository. By importing the hypernova server module, it seems my globals are...