JordanMartinez / learn-halogen

Learn purescript-halogen using a bottom-up apporach via this "clone-and-play" repository
188 stars 28 forks source link

purescript-halogen-svg not maintained #30

Closed BebeSparkelSparkel closed 5 years ago

BebeSparkelSparkel commented 5 years ago

In It does not appear that purescript-halogen-svg will be upgraded for halogen 5. https://github.com/kwohlfahrt/purescript-halogen-svg/issues/7

From lesson src/01-Static-HTML/01-Static-HTML.md

JordanMartinez commented 5 years ago

How should we proceed from here?

Should I tack on a "(unmaintained)" note at the end of that entry?

BebeSparkelSparkel commented 5 years ago

https://github.com/rnons seems to have some halogen svg repos. Would any of those work?

JordanMartinez commented 5 years ago

You could, but it would come at the cost of losing type safety. So, you'd have no way of knowing whether there was an issue in your SVG string until runtime.

JordanMartinez commented 5 years ago

I'll close this issue due to inactivity and because the real issue is that the library in question here needs to be updated.