Open mikesol opened 2 years ago
Yea. I hope I can do that! I will try at least to put an example in trypurescript with a link in the code. I do need to publish this though
I started a page https://xvaldetaro.github.io/purescript-deku-starter/ It is not in this repo for now. I will create a ghpages branch here that has only the webpage at some point. I gave up on that idea of parameterizing everything and creating a complex page where you could connect operators generically. I have limited time off to play with this and when I get back to work I might not have any free time for Purescript
There you go. Moved it to the repo https://xvaldetaro.github.io/purescript-hyrule-paraglider/ and added to the README
.
These are all the Operators that I know how to implement a demo for.
Unfortunately, all the interop Effect/Aff/Event and the ones that return m (AnEvent m a)
I can't do it because I don't know how to solve type issue with m
not maching Effect
when using them with Deku. I guess it will all be solved by Zora, right?
@mikesol do you think we should add Hyrule's operators to the page as well?
Nice!
@mikesol do you think we should add Hyrule's operators to the page as well?
Yeah that's a good idea.
Each function in the lib (
memoBeh
,take
, etc) could have its own small component in a storybook-like presentation where one can open up the example ontrypurescript
and edit it further.