this post was submitted on 11 Jun 2023
70 points (96.1% liked)

General Programming Discussion

7709 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

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? :)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 year ago (1 children)

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

[–] [email protected] 4 points 1 year ago (1 children)

Have you created a GitHub repo where I can follow the progress?

[–] [email protected] 3 points 1 year ago (1 children)
[–] [email protected] 0 points 1 year ago (1 children)

Can this be used as a browser client, without iOS/Android.... on Chrome/Firefox?

[–] [email protected] 2 points 1 year ago

Yes, it is a native app, not a web client.