mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-19 00:33:38 +00:00
16 lines
419 B
Markdown
16 lines
419 B
Markdown
1. Write docs and examples
|
|
2. Reduce testcase boilerplate code for similar tests
|
|
3. Publish to npm
|
|
4. Build some demo
|
|
|
|
5. Pack separate files
|
|
|
|
Affected parts
|
|
---------------
|
|
a. Rollup config (input and output) X
|
|
b. package.json entrypoints X
|
|
c. root index.js for dynamic prod or dev redirection X
|
|
d. change unpkg links in readme
|
|
e. separate folder for types ?? (change tsconfig)
|
|
|
|
f. Enable umd build from one index file |