Divam

Results 31 comments of Divam

These examples make use of the `static` assets from `obelisk` project.

Not sure what the problem here is, as I could download the .nar file from the s3 via manual wget. As a workaround the `--option substitute false` to the `nix-build`/`nix-shell`...

@3noch here is a PR for a function to do force evaluation, https://github.com/reflex-frp/reflex-dom/pull/11 If this is what you were talking about and if its a useful API then we should...

I think these kind of issues will be resolved when the hydration work being done by @tomsmalley lands in `reflex-dom`..

@Rizary unfortunately I dont have anything to share at the moment. But I can say that the feature is similar to this https://ssr.vuejs.org/guide/hydration.html, the ongoing work is in `ts-hydration` branch...

I have uploaded here https://github.com/dfordivam/hspec-webdriver-clone

This should land pretty soon in reflex-dom. Ref https://github.com/reflex-frp/reflex-dom/blob/e42df1bdc5ea3afd4709f1f847141c792c38df24/reflex-dom-core/test/MountedEvent.hs

This can also be in `reflex` along with `Reflex.Collection` APIs..

`run 3003 $ liftIO $ mainWidgetWithBulma` is wrong, you should use the `mainWidgetWithHead` with type `JSM ()` (not `IO ()`) (import from `Reflex.Dom.Core` and not `Reflex.Dom`) With that do `run...

> > > @dfordivam Thanks for taking the time to look into this. > However, I'm confused. [This post seems to suggest otherwise](https://www.reddit.com/r/haskell/comments/bfriv7/exploring_nix_haskell_part_3_less_nix_more_reflex/elg4thi/?utm_source=reddit&utm_medium=web2x&context=3); which is also what I've set in...