Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

fix hot reloading #15

Merged
merged 1 commit into from
Feb 19, 2016
Merged

fix hot reloading #15

merged 1 commit into from
Feb 19, 2016

Conversation

kdoh
Copy link
Owner

@kdoh kdoh commented Feb 19, 2016

turns out stateless components and hot reload don't play nicely yet so the switch in #10 busted everything. also switches from Component to Widget so we can use class App extends Component instead of React.Component and avoid collisions.

hot reload for stateless functional components discussion here -
gaearon/babel-plugin-react-transform#34

kdoh added a commit that referenced this pull request Feb 19, 2016
@kdoh kdoh merged commit 8697169 into master Feb 19, 2016
@kdoh kdoh deleted the fix_hot_reload branch February 19, 2016 00:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hot reloading seems to be broken
1 participant