React.js: What’s this.props.children in JSX all about?
If you’re expecting the second installment of the post on Server side swift, don’t worry. I’m still documenting some things! Lately I’ve been toying with the idea of converting an old UI written in Qt to make it work with React, and React is new to me. In React, the user interface is defined in…