第八屆 優選

web
從0到100打造一個React Native boilerplate
沒一村

系列文章

DAY 1

Day1 / Introduction -- React Native & Boilerplate

React Native & Boilerplate <好讀版> 《從0到100打造一個React Native boilerplate》系...

DAY 2

Day2 / Basic -- ES6 vs Babel

ES6 vs Babel <好讀版> 前言 接下來的幾篇文章,會先介紹一些基本的技術和觀念。這一些觀念不僅在本 boilerplate 適用,對 R...

DAY 3

Day3 / Basic -- React Component Lifecycle & State vs Props

React Component Lifecycle & State vs Props <好讀版> 前言 這篇要介紹的是 React Nati...

DAY 4

Day4 / Basic -- Flexbox

Flexbox <好讀版> 前言 我們一直反覆強調 React Native 的核心價值,就是 Learn once, Write anywhere...

DAY 5

Day5 / Basic -- Lint & Coding Style

Lint & Coding Style <好讀版> 前言 好的 coding style ,對團隊來說是一個莫大的幫助,當所有的人寫法,都像...

DAY 6

Day6 / Infrastructure -- File Structure

File Structure <好讀版> 前言 這章要來講檔案結構的部分,檔案結構是整個boilerplate的精華,因為有好的檔案結構,才能最快速...

DAY 7

Day7 / Infrastructure -- React Native Style

React Native Style <好讀版> 前言 Style,是整個架構很重要的一個元素。除了component 之外,我們也需要 style...

DAY 8

Day8 / Infrastructure -- I18n

I18n <好讀版> 前言 I18n,指的是internationalization,也就是多國語系的意思。一般來說,好的 boilerplate...

DAY 9

Day9 / Infrastructure -- React Native Routing

React Native Routing <好讀版> 前言 Routing 指的是各個畫面之間的路由。如果使用原生 React Native 的 N...

DAY 10

Day 10 / Infrastructure -- React Native Routing

React Native Routing <好讀版> 前言 Routing 指的是各個畫面之間的路由。如果使用原生 React Native 的 N...