-
npm run serve-js & npm run serve
[2] 14344
> aframe-react-boilerplate@1.0.0 serve-js /Users/casey/Developer/aframe-react-boilerplate
> webpack-dev-server --content-base src --progress --watch --histo…
-
**Issue by [cvan](https://github.com/cvan)**
_Friday Dec 18, 2015 at 01:42 GMT_
_Originally opened as https://github.com/aframevr/aframe-core/issues/705_
---
1. Document how to use the methods we ex…
-
This code:
```
import {Entity} from 'aframe-react'
import {Component} from 'react'
class Avatars extends Component {
render () {
return (
);
}
}
```
results in this error:…
-
I'm making a few stupid, yet time consuming, mistakes with aframe-react. One of them is this code:
```
import { Component } from 'react'
import Avatar from '../components/Avatar'
class Avatars exten…
-
I see this warning when running the boilerplate project locally without making any changes. It seems to be related to the Camera component, where React both doesn't seem to like the `` wrapped in an `…
-
Hit an error with "aframe-react"'s index.js -- Had an issue with 'style-attr' being required.
Seemed to work after I npm install --save'd "style-attr", but I'm unfamiliar with webpack and if it shoul…
-
I'm curious to know, when React adds stuff to the DOM after it's diffing process, will that stuff be picked up by A-Frame?
-
Based on @ngokevin's idea, I created an **[awesome](https://github.com/sindresorhus/awesome)** repo: https://github.com/mozvr/awesome-aframe
It's empty right now, but we should populate it once we ha…
-
**Issue by [ngokevin](https://github.com/ngokevin)**
_Thursday Dec 17, 2015 at 23:03 GMT_
_Originally opened as https://github.com/aframevr/aframe-core/issues/699_
---
So that libs that use webpack…
-
Templates are a pretty core feature we are going to push hard. And now core has template-specific code even though the template code is not part of core (checking for `a-root`, etc).
After doing this…