express-react-views icon indicating copy to clipboard operation
express-react-views copied to clipboard

This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client.

Results 27 express-react-views issues
Sort by recently updated
recently updated
newest added

I want to set the `babel.only` option without overwriting the remaining babel defaults. After looking through the source code, I found the only way to set `babel.only` was to copy...

// Excuse my beginner's English I use explicit collecting css into the `bundle.css` via imports: `import './PoetAvatar.css'` webpack reads these imports and put all grabbed CSS together into my `dist/bundle.css`...

I use imports with omitted explicit extensions in my jsx files like this: ``` es6 import './Avatar' // it assumes ./Avatar.jsx ``` There are any plans to implement these manner...

Is there an example that uses redux + react-router?

I used to use Jade as my Views engine, now I change it to express-react-views. Everything runs ok, but I got a problem....and it makes me confused. For example, I...

Is there anything wrong with making this a configurable option? For example, this fork does that: https://github.com/AndrewGuenther/express-react-views/commit/d9fb082f2b073534ffa68a3ec64de6c7139cf25c The fact that this wasn't made configurable makes me thinks that there's more...

I am using React and Express to render SVG. The generated string is something like `...`. - It is not a HTML, do not prepend doctype in front of the...