<!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
SEO: Trik Terbaik
Lebih 30 Trik Carian Google untuk SEO GraphicLab Gunakan kombinasi carian ini untuk: Mengesan sebutan jenama Mencari peluang backli...
-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 < div style = "background-color:#D94A38;width:170px;height:80px;ma...
-
/* for Big PC & Display */ @media only screen and ( min-width : 1900px ) { .tps-section { height : 1080px ; ...