<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>React Hello World</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> </head> <body> <div id='root'></div> <script src="https://fb.me/react-15.0.1.js"></script> <script src="https://fb.me/react-dom-15.0.1.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script> <script src="scripts.js" type="text/babel"></script> <script> const theBestString = 'Tralalala yada yada'; ReactDOM.render(<h1>{ theBestString }</h1>, document.getElementById('root')); </script> </body> </html>
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Tuesday, 31 July 2018
Reactjs : Html & Js structure
debug VISUAL STUDIO CODE Error Fetch Extensions
Press Windows + S , search for "Environment Variables" , and select: 👉 "Edit the system environment variables" Click...
-
component need at least this 3 component file 1. customers.component.ts import { Component , OnInit } from '@angular/core...
-
//editable cookies enable $( function (){ var liveEdit = document .getElementById( 'live-edit' ); $(liveEdit).blur( f...