Thursday, January 24, 2019

React without JSX

React without JSX and Webpack
by Maximilian Schwarzmüller


< person age="{28}" name="Max" />
React.createElement(Person, { name: 'Max', age: 28 }, null)


No comments: