5th Generation Interfaces
February 22, 2018 ยท View on GitHub
5th generation interfaces are more dynamic than 4th generation interfaces,
not only have they access to variables in component's scope, but they also have access to variables in component's
.render() function scope.
5th gen CSS interface can use
.render()function's scope variables, such as arguments received from render props and FaCCs.
freestyler provides these 5th generation interfaces: