Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohannair/webpacktalk-june14
https://github.com/rohannair/webpacktalk-june14
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohannair/webpacktalk-june14
- Owner: rohannair
- Created: 2017-06-14T18:48:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T20:13:45.000Z (over 7 years ago)
- Last Synced: 2024-10-25T10:47:57.242Z (2 months ago)
- Language: HTML
- Size: 105 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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