UNPKG

709 BMarkdownView Raw
1# Tapestry Lite
2We must write more documentation!
3
4
5## Installation
6
7`yarn add react react-dom tapestry-lite`
8
9## `tapestry.config.js`
10
11### Component config for default WordPress
12
13### Custom Route Configuration
14
15## CSS: Glamor or Emotion
16
17## Loading Data From Wordpress
18
19* Endpoint object on config
20
21## Custom `webpack.config.js`
22
23## React Helmet
24
25## Production Build
26
27* Building for production
28* Running in production
29
30## Caching
31
32* Redis option
33
34## Use of Env Variables
35
36* `.env` files
37
38## `public` folder
39
40## Advanced Server Configuration
41
42## Wishlist
43
44* React Loadable included with server side reconciliation
45* Efficient bundling spitting
46
47## Testing during development
48
49Run `yarn test` to run the tests