References:
https://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html
咁喺寫呢篇文之前呢個星期已經睇咗一啲有關React入門。
由於只係試過改咗啲code我對React理解唔係太深 ,所以今日應該只係會短短地寫啲set up environment 。
npx create-react-app my-app
cd my-app
剷曬喺App.js return入面嘅內容改
import './App.css';
function App() {
return (
<p style={{color: "purple"}}>I am hand bro's dog!!!</p>
);
}
export default App;
style同就咁寫html style有少少分別,係有一個React Syntax
npm start
應該會見到紫色嘅 I am hand bro’s dog!!!
之後去google install react developer extension