Remove reference to Citizennet's Halogen template

This repo is neither used nor maintained.
This commit is contained in:
Dave Zuch 2023-03-14 17:55:29 -07:00 committed by GitHub
parent 0da4c860b1
commit bb1a3f9c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ And the TodoMVC implementation here: <https://github.com/f-f/purescript-react-ba
Pure PureScript. Fast if you don't write naive code with thousands of unkeyed children. Note that the docs are slow to update, but each major version is very usable. This library can end up being a deep rabbit hole of FP ideas and how FP also models OOP. Consider React-Basic if you want to get started quickly and improve your codebase incrementally.
See the starter projects here: <https://github.com/slamdata/purescript-halogen-template>, <https://github.com/citizennet/purescript-halogen-template>
See the starter project here: <https://github.com/slamdata/purescript-halogen-template>
See an example real-world application with authentication, routing, state management, and more: <https://github.com/thomashoneyman/purescript-halogen-realworld>