實操《深入淺出React和Redux》第一期

2021-08-11 19:24:51 字數 1838 閱讀 4397

上次的書看得差不多了,但實踐越來越麻煩。

實踐方面就容易開展啦。:)

我有幾張阿里雲幸運券分享給你,用券購買或者公升級阿里雲相應產品會有特惠驚喜哦!把想要買的產品的幸運券都領走吧!快下手,馬上就要搶光了。

主要檔案內容也少多啦。

index.js

import react from

'react'

;import reactdom from

'react-dom'

;import

'./index.css'

;import controlpanel from

'./controlpanel'

;import registerserviceworker from

'./registerserviceworker'

;reactdom.

render

(>

, document.

getelementbyid

('root'))

;registerserviceworker()

;

controlpanel.js
import react,

from

'react'

;import counter from

'./counter'

;const style =

;class

controlpanel

extends

component;}

oncounterupdate

(newvalue, previousvalue));

}render()

>

caption=

"first"

/>

caption=

"second" initvalue =

/>

caption=

"third" initvalue =

/>

>

click me to re-render!

<

/button>

>

total count:

<

/div>

<

/div>);

}}export

default controlpanel;

counter.js

import react,  from 'react'; import proptypes from 'prop-types'; const buttonstyle = ; const proptypes = ; class counter extends component  } onclickincrementbutton()  onclickdecrementbutton()  updatecount(isincrement) ); this.props.onupdate(newvalue, previousvalue); } render()  = this.props; return ( +

- count:

); } } counter.defaultprops = ; counter.proptypes = proptypes export default counter;

閱讀原文

深入淺出sizeof

int佔 位元組,short佔 位元組 1.0 回答下列問題 答案在文章末尾 1.sizeof char 2.sizeof a 3.sizeof a 4.strlen a 如果你答對了全部四道題,那麼你可以不用細看下面關於sizeof的論述。如果你答錯了部分題目,那麼就跟著我來一起 關於sizeof...

深入淺出ShellExecute

ipconfig c log.txt應如何處理?二樓的朋友,開啟拔號網路這樣 shellexecute null,open c windows rundll32.exe shell32.dll,control rundll c windows system telephon.cpl null,sw ...

深入淺出ShellExecute

深入淺出shellexecute譯者 徐景周 原作 nishant s q 如何開啟乙個應用程式?shellexecute this m hwnd,open calc.exe sw show 或shellexecute this m hwnd,open notepad.exe c mylog.log...