Nikolas LeBlanc
Nikolas LeBlanc
Hey @TheLarkInn, quick question for you, we're developing a component library with angular 2 that is then consumed by angular 2 applications. Is angular2-template-loader capable of digging into the component...
Hey @TheLarkInn, trying to make a core component library in angular 2 that I can then bundle with webpack + awesome-typescript-loader + angular2-template-loader. Because I'll be using this library in...
These are really great so far, but I'm finding it a little frustrating having to guess at font sizes and border radii, when the real concepts to learn are the...
Enables `dev` script which: - launches webpack-dev-server with react-hot-loader - launches ios emulator from cli Eliminates need to run your own server for testing web and eliminates need to open...
Struggled getting firefox 57.0.1 (and developer edition) to handle a React component with prop.children (react-dom complained about element), so tried bumping the versions of the webcomponent polyfills listed in the...
`url` is deprecated
ActivityIndicatorIOS is deprecated.
``` class Dashboard extends React.Component{ render(){ return( This is the dashboard {this.props.userInfo} ) } }; ``` Should instead just show one property or a way to turn the object into...