hexo-renderer-react icon indicating copy to clipboard operation
hexo-renderer-react copied to clipboard

React+babel renderer plugin for Hexo

Results 6 hexo-renderer-react issues
Sort by recently updated
recently updated
newest added

Hello, When I'm using the exemple show in the readme, it is not working. This line: `dangerouslySetInnerHTML={{__html: this.props.page.body}}` doesn't work

I can't seem to figure out how to make helpers like work within the React-Renderer. Anyone has an idea?

help wanted
question

If I making js instead of jsx renderer dosen't work. But if I renaming the file - works perfectly. I am not using JSX so I want make js files....

This is a warning sent by the hexo console. For some reasons, when I log the props of my `layout.jsx` and `index.jsx`, they do not contain the expected locals such...

bug

I started this package mostly as an experiment. While it has worked pretty well so far, I don't actively work on it, and I don't have any projects I work...