Posts by Marco Afonso • 125 points
2 posts
-
-3
votes2
answers292
viewsA: How to render Children in React?
Try it like this... I haven’t tried it... Places the loop map inside the div in JSX Obj import React from 'react'; export default class Obj extends React.Component { constructor(props) {…
-
3
votes1
answer70
viewsA: How to put a program online?
Putting online implies each user’s network connections. Each network connection will have a latency. The process of editing in real time by several clients in a network is a great challenge. One…