MyAppReact.js

import React, { Component } from 'react' import FeedbackMessage from './FeedbackMessage' class App extends Component { render() { return ( <div className="App"> <FeedbackMessage name="@SoyLuisCorona Follome" app="My App React" /> </div> ); } }
API

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.