mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-05 06:35:36 +00:00
Feature: add CF plugin + Fix: remove static resources from .gitignore
This commit is contained in:
4
src/main/resources/static/js/app.render.jsx
Normal file
4
src/main/resources/static/js/app.render.jsx
Normal file
@@ -0,0 +1,4 @@
|
||||
ReactDOM.render(
|
||||
<CommentBox url="/api/comments" pollInterval={2000}/>,
|
||||
document.getElementById('content')
|
||||
);
|
||||
Reference in New Issue
Block a user