DEV Community

Functional Reactive Programming in Rust

Andrew Lucker on March 21, 2017

So, I’m a big fan of FRP for UI. I love to use it on the web. React and other frameworks sort-of follow FRP. For the Desktop, and specifically usin...
Collapse
 
jvanbruegge profile image
Jan van Brügge

When will people learn that React is NOT FRP. If you want to do FRP in the browser, use Cycle.js

Collapse
 
adnanademovic profile image
Adnan Ademovic

Were you using Glium (lib that safely wraps the OpenGL state machine), or direct OpenGL?