Results 39 issues of

# 🌈 Feature Quoting Dan Abramov [on Twitter](https://twitter.com/dan_abramov/status/1136527985480126464): > at least, for React, just switching NODE_ENV is enough. Maybe offer an option? I wasn't aware that csb isn't running in...

🤔 Improvement
🎒 Bundler

see: https://github.com/schteppe/cannon.js/issues/122 and: https://github.com/schteppe/cannon.js/issues/270 currently this is super unintuitive and it cannot be handled generically. use-cannon would have a hard time re-creating bodies just like that. would it be hard...

The current structure makes react-tabs a little rigid when it comes to user-land abstractions, like being able to animate these components. If it had something like a `Switch` component similar...

enhancement

Not that it made much sense in that case when ? ... : ... would do the same, i was trying to prevent a longer prettier output (? : would...

type:bug
lang:javascript
area:binary expressions

looks really really interesting! would you be interested to make this pmndrs official with more help and resources?

### Description ```jsx scene.background = new THREE.Color("white") ... gl.render(scene, camera) ``` produces a white background, i don't think three applies tm here but the same thing on a fbo (mapped...

Needs Investigation