Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Add notes for July, 7 #23

Merged
merged 1 commit into from
Jul 7, 2016
Merged

Add notes for July, 7 #23

merged 1 commit into from
Jul 7, 2016

Conversation

gaearon
Copy link
Member

@gaearon gaearon commented Jul 7, 2016

Please discuss in this PR!

@gaearon gaearon merged commit 5293079 into master Jul 7, 2016
@gaearon gaearon deleted the gaearon-patch-2 branch July 7, 2016 21:02
@taylorlapeyre
Copy link

Just curious, is Rollup an alternative to Webpack, or do you use it as some kind of loading step in Webpack?

@keyz
Copy link
Member

keyz commented Jul 7, 2016

@taylorlapeyre For us, we're investigating using Rollup to replace our Browserify build step.

@developit
Copy link

@taylorlapeyre Rollup is extremely good at bundling code. It basically attempts to create a single flattened IIFE with all of the variables and functions from all modules in the same namespace by renaming conflicts. Webpack 2 aims to create similarly optimized bundles, but for now Rollup is the best bet.

@Bobris
Copy link

Bobris commented Jul 8, 2016

It is not true that React is "only" one normalizing events. Bobril does same and goes much further from HTML events, for example it normalizes touch across Chrome, IE10, IE11. It emulates pointerEvents: none, or userSelect: none.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants