
views.react.components.App.js Maven / Gradle / Ivy
// App.js
import React from 'react';
function App({name, url}) {
return (
Hello World!
Hello there {name}, I'm saying hi from SSR React!
URL is {url}
);
}
export default App;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy