Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusbuffett/halogen-slots-issue
Just an example of unexpected behavior with halogen slots
https://github.com/marcusbuffett/halogen-slots-issue
Last synced: about 1 month ago
JSON representation
Just an example of unexpected behavior with halogen slots
- Host: GitHub
- URL: https://github.com/marcusbuffett/halogen-slots-issue
- Owner: marcusbuffett
- Created: 2020-05-24T17:44:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:52:08.000Z (about 2 years ago)
- Last Synced: 2024-05-01T13:08:20.402Z (9 months ago)
- Language: PureScript
- Size: 3.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run the project:
```
yarn install && yarn start
```When the browser window opens, you'll see the "Home page" text. When you click
on it, it will navigate to "/#/about", but you'll see both the Home page text
and the About page text, instead of just the about page text.