Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohannair/webpacktalk-june14


https://github.com/rohannair/webpacktalk-june14

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Webpack + React workshop - June 14th 2017

## Getting started
- Run `$ python -m SimpleHTTPServer 9999` from this root folder and navigate to http://localhost:9999/src

## Initial problems
1. We are forced to use `React.createElement`
2. All our code needs to be in a single file
3. Not a very great dev experience