yukikurage / purescript-jelly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the base monad of Hooks from Effect to Aff

yukikurage opened this issue · comments

advantage

  • Easy to write delayed loading of components
  • Need to be Aff to create custom monads in the future

Disadvantages

  • No way to know if components will be lazily loaded