Skip Navigation
General Programming Discussion @lemmy.ml
Prefix @lemm.ee

Dipping my toes into developing a Lemmy client.. Whats the best place to ask questions? :)

Hi folks!

I am a new convert coming over from Reddit. I want to build out a Lemmy React Native client. Woo!

I'm very familiar with frontend dev and react (been doing so for a solid chunk of my career), however I am quite new to the Fediverse and not entirely sure how to build federated applications.

I see the lemmy-js-client which will likely help me tremendously, but it's not terribly documented.

Anyone else out there hacking on a TypeScript/React based Lemmy client and willing to share notes? :)

19 comments
  • Just started work on an iOS client today using React Native. Honestly, the lemmy-js-client is pretty straight forward even if you're just using typehints from Typescript. Interesting issue is dealing with comments and getting those properly sorted and creating the comment chains. If you want to chat and have Discord, add me: gk#5175

  • 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.

19 comments