DEV Community

Discussion on: What is your #1 favorite web framework?

Collapse
 
pengeszikra profile image
Peter Vivo

react - so simple with ES+

const Foo = ({foo, ...props}) => <pre {...props}>{foo}</pre>;