Per Nilsson
Per Nilsson
`create-react-app` has an [`eject`](https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html#no-lock-in) feature that unwraps all the abstracted configuration into the project. It would be neat if Builder had a similar concept for [giving up](https://github.com/FormidableLabs/builder#i-give-up-how-do-i-abandon-builder).
Strawman: - [ ] Mutate ROOT package.json and add in any archetype commands prefixed with `npm:` - [ ] Do collision detection and warn / rename with e.g `:backup` for...
See: https://docs.npmjs.com/misc/scripts - `test` - `start` - `preinstall` - `postinstall` - `preversion` - `postversion` - `etc` Task: - [ ] Implement warning in `builder` or maybe `builder-support` - [ ]...
Several people have been asking for an Ecology archetype. Let's fork `builder-react-component` and add the ecology docs boilerplate (documented in the [Ecology README](https://github.com//FormidableLabs/ecology#writing-your-component-documentation)). Let's call it `builder-ecology-react-component`
The [docs](https://facebook.github.io/draft-js/docs/advanced-topics-inline-styles.html#content) mention that you can define map CSS styles to arbitrary styles. I need to serialize my editorState to HTML and from during and between editing sessions. I know...
Update rendered-count _after_ async results have displayed. This ensures that all async results are rendered.
- [ ] Create outline - [ ] Generate list of applicable tools - [ ] Write section and refer to tools
Meta: - [ ] Create outline - [ ] Generate list of applicable tools - [ ] Write section and refer to tools Specifics - [ ] `inspectpack` basics -...
The minified bundle is 1.3 MB. This seems excessive. Let's see if we can make it smaller.