-
Looking at the list of samples that need to be updated, seems like a daunting task. I believe there are too many samples for the team size we have. Can we focus on core scenarios and popular ones?…
-
In the process of updating a large codebase to latest DOM driver (across the change from VirtualDOM to Snabbdom) and one of the first pain points I bumped into was that my codebase uses data attribute…
-
### Vue.js version
2.0.3
### Reproduction Link
http://jsfiddle.net/df4Lnuw6/18/
### Steps to reproduce
See Fiddle.
1. Create v-bind:class
2. Dynamically add a class using JS element.className.
3. …
-
why should I replace state? I think the status isn't changed after the server render.
Thanks... :D
-
I was answering https://github.com/facebook/jest/issues/2197 but I found this was more a proposal than a answer to the discussion. So here we are in a dedicated issue.
For me, one of the main issu…
-
Does this use React like fable-elmish, and if not, how is it different from it?
-
**Observed Behaviour**
When using casperjs with phantomjs, inferno fails to deal with triggered events on handlers designated by itself like this:
```javascript
contructor(props) {
super(pro…
-
### Description
Using Fable with `--module es2015` & webpack causes the error `Uncaught SyntaxError: Unexpected token import` in the js console.
### Repro steps
`npm install fable-compiler -g…
-
A short example or tutorial for building a web app with BuckleScript with modern tools and platforms such as webpack and npm, especially for people familiar with JS/web app workflow, would be great.
-…
-
Just read the source of the `diff.js` to learn how you did implement it, i think, you miss [something](https://github.com/Swatinem/virtualdom/blob/master/lib/diff.js#L5) inside of the `dependencies` f…