- Stample
- Paris
- http://www.stample.co
Pinned repositories
-
facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
scalable-frontend-with-elm-or-redux
An attempt to make Redux and Elm applications scale
243 contributions in the last year
Contribution activity
January 2017
- slorber/5to6-codemod JavaScript
- slorber/playground JavaScript
- slorber/js-codemod JavaScript
Created a pull request in 5to6/5to6-codemod
that received 3
comments
Fix exports.js exporting unnamed functions
Hi,
exports.thunks2 = function() {}; is currently exported as export function() {}; which is illegal
My PR is an attempt to fix this issue. I'm a t…
Created an issue in babel/babel
that received 10
comments
transform-react-constant-elements => Element type is invalid
After enabling this Babel react optimization I am getting the following error: Error: Element type is invalid: expected a string (for built-in com…