pull down to refresh
100 sats \ 5 replies \ @0xIlmari 25 May \ parent \ on: If you were to create an SN native app would you use React Native or Flutter? AskSN
If you don't want updates for whatever reason, just take an older commit of SN's front-end (it's open source) and connect it to the current API. Boom, you have a frozen frontend until it breaks because the backend changes (then you'll realize why auto-updates weren't necessarily a bad thing). Still don't need a native app.
The problem that you mention (styling articles) is a you-specific problem. Suppose you write an app that does that. But someone else doesn't want that, they actually want them a different color/font/whatever. Should they now write their own app or fork yours? The real problem is that mobile browsers have limited options for injecting custom styles compared to desktop (a PWA is a browser window sans the browser UI). Or, SN could just add an option to inject your own CSS.
Also, I'm surprised that you think going to an app store, finding an app and installing it is better experience (and easier to walk someone through that) than visiting a link and clicking an automatic prompt to install.
Current API on iOS? That doesn’t make any sense to me.
The problem that you mention (styling articles) is a you-specific problem.
Exactly I am wanting to build a mobile app for myself.
Suppose you write an app that does that. But someone else doesn't want that, they actually want them a different color/font/whatever. Should they now write their own app or fork yours?
Yes exactly. It will be open source free for anyone to copy and fork
The real problem is that mobile browsers have limited options for injecting custom styles compared to desktop (a PWA is a browser window sans the browser UI).
Correct again! Another reason why I want to try to make my own native app.
Plus it will be a tremendous learning experience for me about app development and the process it takes to go from knowing absolutely nothing about development to having an app I put together on the App Store
reply
reply
Hey I shipped code yesterday!
I haven’t taken the plebdev backend course yet. So my goals may be naive at the moment.
So please don’t crush my dreams yet I am finally getting my momentum back!
reply
Sorry, didn’t mean to crush your dreams, just set you up for less disappointment later on 👀
To compensate, here’s a little setup for success: If I wanted to create an SN app for myself, I would write down the requirements for the first useful version that I would use daily.
For example, only reading posts and comments might be enough. No login, no zaps, no profiles, just loading the feed and being able to click on a post to read it and the comments since that’s what I mostly do.
reply
Thanks! This is my goal as I refine my skills
reply