skeleton.client.src.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A profile for creating Grails applications with React
The newest version!
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import 'bootstrap/dist/css/bootstrap.css';
import './css/App.css';
import './css/grails.css';
import './css/main.css';
ReactDOM.render( , document.getElementById('root'));
ReactDOM.render( , document.getElementById('root'));
© 2015 - 2025 Weber Informatics LLC | Privacy Policy