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

  • Crabhands@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    I’m seeing a bunch of “me too!” comments, which is cool. Some of you should group up and really wow us plebs :)

  • 1hitsong@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Awesome! I’m doing the same thing. Yesterday I got login, the first page of posts, markdown rendering, and counts for comments and upvotes working.

    • RoundSparrow@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      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.

  • gkd@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    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

  • TriLinder@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’ve also started working on my own Lemmy app (in NativeScript). Maybe we should all create a community to share insights.

  • 21trillionsats@infosec.pub
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I’ve been wondering the same!

    Does anyone know of any Lemmy dev communities (preferably a Lemmy community but I’d settle for a Discord) dedicated to resource for software devs to learn the protocol? I’m interested in creating bots to help Reddit users and subreddits migrate here.