All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.react.components.App.js Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
// 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 - 2024 Weber Informatics LLC | Privacy Policy