JordanMartinez

Results 148 issues of JordanMartinez

... and potentially fix #61, #62, and #64 along the way. I think the hook version of this library could be broken up into two parts: various hooks for fields...

enhancement

This is sort of a funny situation... If I want to write a test for hooks in the `purescript-halogen-hooks-extra` library, I have to add a souce glob via `.spago/halogen-hooks/*/test/**/*.purs` to...

enhancement

This would be a larger undertaking and we would still need to get Formless and Select migrated over first. However, this would likely be the best way to benchmark how...

enhancement

While components are what Halogen actually understands, hooks are easier to read and use. I also think hooks don't require a template because they "just work." I'm not sure whether...

enhancement

Update halogen-svg link to point to this fork: https://github.com/statebox/purescript-halogen-svg This is the most up-to-date repo full of SVG elements. There are some issues, but it's better than nothing and/or linking...

enhancement
good first issue

Coming from #71, specifically [this comment](https://github.com/JordanMartinez/learn-halogen/issues/71#issuecomment-596236526), update this repo's examples to use `purescript-halogen-storybook`.

enhancement

https://github.com/purescript-templates/halogen See [Featured Templates](https://discourse.purescript.org/t/featured-templates/1188/4) for more context.

enhancement
good first issue

Following up from #55, add a CI build that verifies the local installation and all of its commands work properly.

enhancement

On FP Slack: `@garyb`: I’m not sure that flowchart is quite right when it comes to input values. There’s nothing in Halogen that checks whether the input value differs at...

bug

I think this should go in its own Appendix. Or perhaps be a new folder? It would be nice if a guide was written that explained various tips/tricks for maximizing...

enhancement
Design-Patterns