ReasonReact-Todo-Tutorial-PartI

調整 initial 的 project之前我們有用 bsb initial 了一個 project 但是要做一些小小的調整 先新增一個 .re TodoApp.re 1234567891011121314let component = Reason...

Reason

ReasonReact-Component

ComponentCreationReasonReact 不需要 class 來建立 Component 提供一個建立的 API 會回傳一個 record 他的欄位是可以覆寫的(就像 render, initialState, didMount… 之...

Reason

ReasonReact-Helloworld

Install這部分和 Reason 一樣 只是提供了一個 react theme 123$ npm install -g bs-platform$ bsb -init reason-react-demo -theme react$ cd reaso...

Reason

React Native import Image Error

React Native version: 0.51.0 React version: 16.0.0 Initial React Native Project123$ react-native init myapp$ cd myapp$ jest ...

React Native

ReactUnitestWithJest

SetupCreate React AppRun the test Without Create React App1$ npm install --save-dev jest babel-jest babel-preset-es2015 babel...

Javascript
12