helix

lilactown 2022-03-24T17:21:34.573959Z

you can check out https://github.com/lilactown/helix-todo-mvc

lilactown 2022-03-24T17:22:11.804399Z

it's a bit fancier than what i would normally do tho since it defines macros for each component

🤔 1
lilactown 2022-03-24T17:22:29.913629Z

pyramid's site might be illustrative https://github.com/lilactown/pyramid/tree/main/site/src/pyramid/site

👍 1
Brandon Stubbs 2022-03-24T17:45:34.826009Z

Thank you! Pyramid’s site definitely helps!

Brandon Stubbs 2022-03-24T21:55:43.273849Z

How would one structure an auth hook similar to https://docs.react2025.com/firebase/use-auth in helix?

Brandon Stubbs 2022-03-25T14:37:56.576409Z

I managed to get over the issue that I couldn’t work out

lilactown 2022-03-25T17:48:34.184609Z

great!