wavesoft / dot-dom

.dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles
Apache License 2.0
806 stars 53 forks source link

Change the example for React Stateless Component #24

Closed styfle closed 7 years ago

styfle commented 7 years ago

React has support for stateless components that are just a function with props parameter. I updated the example to better compare against .dom stateless component.