gybex_enock's profile picture. ๐Ÿง‘โ€๐Ÿ’ปFrontend Developer

Tech: React โ€ข Vue โ€ข Angular

Portfolio Website โฌ‡๏ธ

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง

@gybex_enock

๐Ÿง‘โ€๐Ÿ’ปFrontend Developer Tech: React โ€ข Vue โ€ข Angular Portfolio Website โฌ‡๏ธ

Pinned

Launched My New Portfolio Website ๐Ÿš€ @nextjs 14 and @typescript ๐Ÿ“ฐ Blog with @contentlayerdev and mdx ๐ŸŒ„ UI with @tailwindcss and @shadcn โœจ Fluid animations with framer-motion ๐Ÿ“Œ PWA support See it here: gybex.dev I would appreciate your feedback.


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

The coolest thing about this API is that the hook is no longer specific to the closest parent screen. So you can write `useRoute('SomeOtherScreen')` and get the route object and params for any parent screen. No need to wire up context or write special code to pass params down.

We're working on improving type-safety for the useRoute hook. Instead of using type assertion, it will accept the route of the name as an argument. The name is checked against the actual route name at runtime.



๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

React 19.2 is now available! This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more!

reactjs's tweet image. React 19.2 is now available!

This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more!

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

We are excited to announce the release of React Native 0.81! ๐ŸŽ‰ This new version brings Android 16 support, faster iOS builds (experimental), and several bugfixes. reactnative.dev/blog/2025/08/1โ€ฆ


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

Instead of agents replacing me, I now need to design every feature for both humans and agents. ๐Ÿ™ƒ


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

Zod 4 is now stable and production-ready! ๐Ÿ’Ž 7x faster object parsing ๐Ÿ’Ž 100x fewer tsc instantiations ๐Ÿ’Ž localization in 34 languages ๐Ÿ’Ž recursive z.object()! ๐Ÿ’Ž metadata ๐Ÿ’Ž z.toJSONSchema() ๐Ÿ’Ž z.templateLiteral() ๐Ÿ’Ž z.int32(), z.float32(), etc ๐Ÿ’Ž z.file() ๐Ÿ’Ž and a new logo :)

colinhacks's tweet image. Zod 4 is now stable and production-ready!

๐Ÿ’Ž 7x faster object parsing
๐Ÿ’Ž 100x fewer tsc instantiations
๐Ÿ’Ž localization in 34 languages
๐Ÿ’Ž recursive z.object()!
๐Ÿ’Ž metadata
๐Ÿ’Ž z.toJSONSchema()
๐Ÿ’Ž z.templateLiteral()
๐Ÿ’Ž z.int32(), z.float32(), etc
๐Ÿ’Ž z.file()
๐Ÿ’Ž and a new logo :)

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

๐Ÿฅ“Expo Router v5 is here and it's packed with powerful new features to help you build beautiful full-stack native apps. There is a hearty blog post from @Baconbrix below with all the details. Here are a couple of the highlights: โ—† Improved Errors and Logging โ—† API Routes inโ€ฆ


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

React Compiler is insane ๐Ÿคฏ Just enabled it in my @Expo Router app and had my mind blown by how much could be optimized when toggling switching screens. Before / After


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

In the upcoming RSC support in React Router you can inline your data dependencies for the "non-critical" parts of the page, even a little link But (!) you can also use loaders to ensure you've got the "critical" stuff before the stream starts and respond with proper http status

ryanflorence's tweet image. In the upcoming RSC support in React Router you can inline your data dependencies for the "non-critical" parts of the page, even a little link

But (!) you can also use loaders to ensure you've got the "critical" stuff before the stream starts and respond with proper http status
ryanflorence's tweet image. In the upcoming RSC support in React Router you can inline your data dependencies for the "non-critical" parts of the page, even a little link

But (!) you can also use loaders to ensure you've got the "critical" stuff before the stream starts and respond with proper http status

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

I was playing it coy yesterday :) the release of Zod 4 will be accompanied by a new sister library to Zod: "@zod/mini" its API mirrors Zod one-to-one, but it's optimized for tree shakingโ€”more functions, less methods. for comparison: x.com/mattpocockuk/sโ€ฆ

colinhacks's tweet image. I was playing it coy yesterday :) the release of Zod 4 will be accompanied by a new sister library to Zod: "@zod/mini"

its API mirrors Zod one-to-one, but it's optimized for tree shakingโ€”more functions, less methods. for comparison:

x.com/mattpocockuk/sโ€ฆ

zod/mini was also announced yesterday - 6.6x reduction in bundle size. Absolute game changer for frontend Zod use cases

mattpocockuk's tweet image. zod/mini was also announced yesterday - 6.6x reduction in bundle size.

Absolute game changer for frontend Zod use cases


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

React Native 0.79 is now available! This release includes several performance improvements. Metro is now >3x faster to cold start! Android apps will also be faster thanks to changes to JS bundle compression. reactnative.dev/blog/2025/04/0โ€ฆ


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

React Native 0.79 has been released! reactnative.dev/blog/2025/04/0โ€ฆ


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

Shipping is the best kind of marketing


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

A wild SSG SPA Vite Plugin appears! Status update on @Tan_Stack Start operation "Devinxi": - Vite Env APIs all the way - Working production builds w/ Nitro Deploy - Unified H3 powered server entry - Simplified/revamped plugin config - Static Prerendering (SSG) (incl. linkโ€ฆ

tannerlinsley's tweet image. A wild SSG SPA Vite Plugin appears!

Status update on @Tan_Stack Start operation "Devinxi":
- Vite Env APIs all the way
- Working production builds w/ Nitro Deploy
- Unified H3 powered server entry
- Simplified/revamped plugin config
- Static Prerendering (SSG) (incl. linkโ€ฆ

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

React Router v7.3.0 is out ๐Ÿš€ - Middleware + improved context (unstable) - Client context (unstable) - Manifest-skew recovery - Vite environment API improvements - Bug fixes and dev improvements


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

It's nice to get this kind of feedback on a job well done ๐Ÿ˜Ž

alimdesigner_'s tweet image. It's nice to get this kind of feedback on a job well done ๐Ÿ˜Ž

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

React v19 is now stable! react.dev/blog/2024/12/0โ€ฆ


๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

Design concept for @zipyai

alimdesigner_'s tweet image. Design concept for @zipyai

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

๐Ÿฅณ Today we're announcing the release of ๐  Expo SDK 52! It's our biggest release ever, so grab a coffee and check out the release notes โคต๏ธ

expo's tweet image. ๐Ÿฅณ Today we're announcing the release of ๐  Expo SDK 52!

It's our biggest release ever, so grab a coffee and check out the release notes โคต๏ธ

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

- Go for lectures - Order from the night market app - Relax & chill Download App on PlayStore and AppStore

nightmarketapp's tweet image. - Go for lectures 
- Order from the night market app
- Relax & chill

Download App on PlayStore and AppStore
nightmarketapp's tweet image. - Go for lectures 
- Order from the night market app
- Relax & chill

Download App on PlayStore and AppStore

๐Ÿ…–๐Ÿ…จ๐Ÿ…‘๐Ÿ…”๐Ÿ…ง reposted

The New Architecture is here! React Native 0.76 enables the New Architecture by default: reactnative.dev/blog/2024/10/2โ€ฆ


Loading...

Something went wrong.


Something went wrong.