R
Reactiflux
help-js
_mercury – 11-52 Dec 19
Message Not Public
Sign In & Join Server To View
Looking for more? Join the community!
R
Reactiflux
help-js
R
Reactiflux
help-js
Want results from more Discord servers?
Recommended Posts✅ – bfrisco – 14-14 Dec 18Is there any shorthand way to do this?
```js
const obj = {};
obj['a']['b']['c'] = 'a'
// Cannot read✅ – Script – 09-54 Dec 16What's the explanation for the difference between this two?
```js
{people.map((data) => (
✅ – Alexs – 10-05 Dec 15I'm currently reading the React docs ( the state States and Lifecycle section) and I just want to havenus – 18-08 Dec 14can I make this condition even shorter?
```ts
const value = 2;
const v1 = value === 0 ? 0 : 1;
const✅ – dmikester1 – 17-04 Dec 14Struggling to find what syntax error is here in my JSX. My IDE is complaining about the first line