practicalli / practicalli/clojure-web-services
reitit jaatya - freeze routes to create a static site
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Write a guide describing how to (and why) use reitit jaatya which freezes the routes.
https://github.com/lambdaisland/reitit-jaatya
Freeze your reitit routes and create a static site out of it.
Why?
This library will allow you to create a static website out of your existing dynamic website as long as you're using reitit ;)
How?
Point jaatya to your reitit routes map and let it start the freezing process.
Jaatya will fake an http request and pass it along to the handler to record it's response. If a response is 200 then a new html page is created based on the url route.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the reitit-jaatya repository linked in the issue and the existing documentation structure in this repository. Write a guide explaining why to freeze reitit routes, how to point jaatya at a routes map, and how successful responses become static HTML pages; the guide is done when these steps and the use case are clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100