frintjs / frint

Modular JavaScript framework for building scalable and reactive applications
https://frint.js.org/
MIT License
755 stars 34 forks source link

Upgrade examples to latest FrintJS version #352

Open fahad19 opened 7 years ago

fahad19 commented 7 years ago

By following this guide here: https://frint.js.org/docs/migration/v4/

Recently, @ascariandrea has done a great job upgrading all the examples to latest React v16 and also fixing RxJS imports using bind-operator.

Now it's mostly a matter of converting those bind-operators to use .pipe() methods, as seen here: https://github.com/ReactiveX/rxjs/blob/master/doc/lettable-operators.md

AlexDudar commented 7 years ago

you can assign it to me

loganpowell commented 6 years ago

:+1: