this post was submitted on 11 Jun 2023
69 points (100.0% liked)
General Programming Discussion
7796 readers
8 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Awesome! I'm doing the same thing. Yesterday I got login, loading the first page of posts, markdown rendering, and counts for comments and upvotes working.
It's not even to alpha level yet, but once I get something I feel is up to snuff for a first push, the repo is at https://github.com/1hitsong/AOS/
Are you using the Javascript library or going directly to the /api/v3 calls?
I'm playing around with SvelteKit client and I almost prefer going with the raw api calls like the smartphone clients are doing.
I'm using the JS client - LemmyHttp Class.