Merge pull request #3 from davezuch/patch-1

Remove reference to Citizennet's Halogen template
This commit is contained in:
Justin Woo 2023-03-15 03:49:52 +02:00 committed by GitHub
commit 93277a3c32
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>