Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vendethiel/translator.ps
Translator frontend
https://github.com/vendethiel/translator.ps
purescript purescript-halogen
Last synced: about 1 month ago
JSON representation
Translator frontend
- Host: GitHub
- URL: https://github.com/vendethiel/translator.ps
- Owner: vendethiel
- Created: 2016-09-21T16:56:16.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T21:53:34.000Z (11 months ago)
- Last Synced: 2024-04-14T15:05:58.356Z (9 months ago)
- Topics: purescript, purescript-halogen
- Language: PureScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Translator Frontend
Using PureScript + Halogen (Hooks style, mostly).
Naming convention:
- Things that are a page end with `-Page` (singular) or `-List` (plural).
- Things that are embedded either have a specific name (i.e. `ProjectLabel`) or end with `-Item` (i.e. `TaskItem` embedded in `Project`).