Dima Portenko

@dimaportenko.bsky.social

React, React Native, NeoVim, Open Source Github - https://github.com/dimaportenko?tab=followers X - https://twitter.com/dimaportenko YouTube - https://www.youtube.com/channel/UCReKeeIMZywvQoaZPZKzQbQ Twitch - https://www.twitch.tv/lost_semicolon

At @expo.dev, we want to build the best framework and infrastructure for app creators. My co-founder, @ccheever.com, has long had a guiding vision for creators to go from an idea to an app in people's hands as fast as possible. I think about this as democratizing software: expo.dev/ai/strategy

AI Strategy — Expo

Expo's AI strategy is to provide the best app framework and distribution services for the AI-assisted creator tool ecosystem. Join us at Expo in enabling new creators and leveling up experienced devel...

expo.dev

Bun v1.2.3 - Fixes 128 bugs (addressing 349 👍) - Incredibly fast frontend dev server with hot reloading - Builtin routes in Bun.serve - Many Bun.SQL fixes - Wasm gets faster - Node compatibility improvements for napi & Buffer Thanks to 23 contributors! bun.sh/blog/release...

Bun v1.2.3

Fixes 128 bugs (addressing 349 👍). Bun gets a full-featured frontend development toolchain with incredibly fast hot reloading and bundling. Built-in routing for Bun.serve() makes it simpler to build w...

bun.sh

1/ ✨ Expo as the Framework. It’s no secret: @expo.dev is the best way to develop c̶r̶o̶s̶s̶̵-̵p̶l̶a̶t̶f̶o̶r̶m̶ apps. But choosing it to exclusively build a website might seem like an odd choice. Yep, I wanted to showcase the animations on a website built with Expo. I would make the same choice again, hands down 🙌

🚀 Today we’re thrilled to introduce EAS Hosting — the first ever end-to-end deployment solution for universal app development. With EAS Hosting you can deploy and scale universal API routes, React websites, and more! 🌐✨ ✍️ @kitten.sh 📽️ @kadi.bsky.social expo.dev/blog/expo-an...

EAS Hosting (Preview): Host Expo server code in the cloud with EAS

Introducing EAS Hosting: the first ever end-to-end deployment solution for universal app development.

expo.dev

SQLite with React Native is easier than ever. But you don't want to write raw SQL queries... The good news is that you can easily combine @expo.dev and Drizzle 🔥 Learn to: - use type-safe queries - work with live queries - use the Drizzle Studio Expo Dev Tool Plugin youtu.be/AT5asDD3u_A

Success! For Christmas this year, I got React Native Skia working on macOS! Along the way I learned quite a bit about Shaders, WebGPU, and just how extensively Skia is used. It's such an interesting space! I'm glad there are still new things to learn in UI dev 😎

🎁 Give yourself the gift of Expo this holiday season. Whether your interest in React Native is just coming into bloom or you've been building RN apps for years - Expo is the perfect gift to your application. Whether your app is green or brown...Expo will make it better. expo.dev/blog/why-exp...

Why Expo is a great fit for new and existing React Native apps

If you're exploring React Native, you've likely heard of Expo or tried a quick test project. But what exactly is Expo, and how can it fit your needs?

expo.dev

7 years ago, I was at the point where I didn't enjoy the work I had. I started my open-source project shorturl.at/0RLrH, which allowed me - switch tech stack and find a new job - increase my salary - get freelance work - build Upwork profile - join a US company which was another level of income

GitHub - dimaportenko/magento-react-native: React Native mobile app for Magento 2.x

React Native mobile app for Magento 2.x. Contribute to dimaportenko/magento-react-native development by creating an account on GitHub.

github.com

Post nicht verfügbar.

It's done. Now it’s your turn, Oracle. We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal. It's time to #FreeJavaScript. deno.com/blog/deno-v-...

Deno v. Oracle: Canceling the JavaScript Trademark

Oracle is holding the JavaScript trademark hostage, and we’re pursuing legal means to #FreeJavaScript. Here’s a brief update.

deno.com

The pain of mobile development. I've just tried to run my simple React Native tutorial project created 2 years ago. I had to apply 3 fixes on well know issues after new iOS/Xcode version release.

📢 Today is the day! @livestoredev is now available for early access! Check out the video to learn more! ↓ youtu.be/zQIhJqYU1Qw

How to build local-first native apps with LiveStore and Expo

YouTube video by Expo

youtu.be

Beto@codewithbeto.dev · 2y ago

I’m super excited to give you a sneak peek of our upcoming local-first app! We'll be showcasing it on November 21 at the @expo.dev launch party! 🚀 expo.dev/launch-party Join us to get a taste of what the future of local-first @expo.dev apps powered by @livestore.dev will look like! See you there!

Testing a heavy animation in each item as @cedric.dev suggested. Seems faster both when not recycling (using a key to reset state) and recycling. Almost ready to release… 👀