@TheGrandM@NurderK Aber wie auch immer man das sieht, mit Pflicht ab Tag 1 erhöht man die Last auf die Arztpraxen die ohnehin schon überlastet sind. Vlt. sollte der Gesetzgeber die Bürokratie im Gesundheitssystem reduzieren bevor hier weiter unnötig Druck aufgebaut wird.
@TheGrandM@NurderK Für solche "Experten" kann der Arbeitgeber ja auch heute schon ab Tag 1 eine AU einfordern. Wenn man seine Pappenheimer kennt müssen die halt immer ab Tag 1 eine AU haben. Aber alle Arbeitnehmer unter Generalverdacht zu stellen ist Quark.
@hirbod Hätten wir den Ausbau von erneuerbaren Energien im vergangenen Jahrzehnt mal ernsthaft durchgezogen hätte wir jetzt wahrscheinlich keine Hemmungen diesen Strom auch zu nutzen. Erinnere mich gerade an den "Altmaier-Knick" beim Ausbau https://t.co/avMwxriWSj
@swmansion Does Detour provide an API for creating links (and endpoints for getting statistics like number of installs coming from that specific linke etc) ?
@mrousavy Not sure how the integration would look given Maplibre Native is C++ already and having its own interop with Swift and Kotlin. Maybe something for Margelo C++ experts 😉
@mrousavy An interesting use case would be Maplibre Maps with a lot of features (ShapeSource) to render. I think the current react native libs have quite some serialization overhead, also if the data is frequently updated, updating directly via HybridObject would be alot faster.
@saltyAom Well done, do you mind sharing what the main optimisation was to achieve the improvements? Curious what would cause this drastic difference. Thank you
@naqvitalha FlashList V2 already works great for me no need to change that.
Expo 54 / reanimated 4 is causing some trouble though https://t.co/iQSAesK0Xc
I think this should be fixed soonish, everyone upgrading to Expo 54 will likely hit this
@Baconbrix@expo how do I use patch-package with expo modules? I'm stuck patching the expo-camera module and it always builds using the included "local-maven-repo" instead of my patched code.
Do I need to rebuild the "local-maven-repo" somehow?
https://t.co/CFWAy9o6oH
Thanks
@Baconbrix Hey Evan, I want to redirect to another page on the first launch of my expo app. My current setup uses a onboarding flag set via MMKV, my main route then uses a conditional <Redirect/>
Is it possible to show another page without even loading the normal root page?
@DasSurma Illustrating the narrowing steps one by one (type "object" is only one step better than unknown, you can check for properties now):
https://t.co/LLCdIie7mF
@tannerlinsley We have JSON from a CMS that maps CMS components to React components, the props for each component comes from the CMS itself. However we often need to fetch additional data based on the CMS props. RSC allows us to fetch data server-side on the component level, crucial for SEO.