HackerTrans
TopNewTrendsCommentsPastAskShowJobs

textlanes33

no profile record

Submissions

[untitled]

1 points·by textlanes33·3 miesiące temu·0 comments

React Native Is Not Dead – Nor Is It Deprecated

devdong.textlanes.com
1 points·by textlanes33·5 miesięcy temu·1 comments

Don't Touch the Mouse: Chrome Shortcuts Every Developer Should Know

devdong.textlanes.com
1 points·by textlanes33·5 miesięcy temu·1 comments

comments

textlanes33
·5 miesięcy temu·discuss
“React Native is not a dying technology.”

- There is a widespread misconception that “React Native has been discontinued” or that “Meta has abandoned it.” - This is not true. React Native continues to receive regular updates and is actively discussed at major global conferences. - The confusion largely stems from Meta’s new product Threads being built with fully native technologies (Swift and Kotlin/Jetpack Compose). - The rumor that “even Meta has abandoned React Native” is only half true — Threads chose native for product-specific reasons, while React Native remains actively used across many products.

- *Instagram* - Adopted React Native starting in 2016. - Achieved 80–99% code reuse, significantly improving development speed. - Delivered better UX than WebView-based approaches and reduced build times.

- *Facebook Marketplace* - Core UI surfaces (Seller Hub, product detail pages, profiles, etc.) were built with React Native. - Implemented complex gestures and animations using tools like PanResponder. - Meta engineer Blair Vanderhoof: “React Native was key to Marketplace’s growth.”
textlanes33
·5 miesięcy temu·discuss
### Maximizing Productivity in Chrome Without a Mouse

- If you care about productivity, reducing mouse usage in Chrome makes a real difference. - Most frequently used features can be handled with a single keyboard shortcut. - Internalizing these shortcuts noticeably speeds up tab management, navigation, and development workflows.

### Essential Tab Management Shortcuts - Switch tabs: `Ctrl/Cmd + Tab`, `Ctrl/Cmd + 1–8`, `Ctrl/Cmd + 9` - Close / Reopen: `Ctrl/Cmd + W`, `Ctrl/Cmd + Shift + W` - New window / Incognito window: `Ctrl/Cmd + N`, `Ctrl/Cmd + Shift + N` - Search all tabs: `Ctrl/Cmd + Shift + A` → Especially useful when you have many tabs open - Open history: `Ctrl/Cmd + Y` → Perfect for “What was that page I just visited?” moments

### Basic but Essential - Back / Forward: `Ctrl/Cmd + [`, `Alt + ←` - Scroll: `Space` / `Shift + Space` - Focus address bar: `Ctrl/Cmd + L`

### Hidden Power of the Address Bar - Use it as a calculator (type expressions directly) - Perform instant unit conversions (e.g., cm → inch) - Type `@` to switch search modes (including AI mode) It’s not just a URL field — it’s closer to a quick command launcher.

### Developer Shortcuts - Open DevTools: `Ctrl/Cmd + Option/Alt + I` - Toggle element picker: `Ctrl/Cmd + Shift + C` - Hard refresh (ignore cache): `Ctrl/Cmd + Shift + R`
textlanes33
·9 miesięcy temu·discuss
I ended up playing this for 3 hours. Really great job! cheer !
textlanes33
·9 miesięcy temu·discuss
Yeah, I feel the same. Deploying Next.js outside of Vercel always comes with a few extra headaches. It’s great on Vercel, but not as smooth elsewhere.
textlanes33
·9 miesięcy temu·discuss
Next.js comes with several built-in capabilities. For example, it supports prefetching, server-side caching, and even cache clustering if you need scalability.

It also has a significant market share right now.

Of course, React Router 7 (and Remix) can handle similar features. But adoption matters — a larger ecosystem usually means better job opportunities and stronger community support.

If you haven’t used any major framework yet, I’d recommend starting with Next.js. It’s a solid way to learn the modern React stack and understand how full-stack React apps are structured.
textlanes33
·9 miesięcy temu·discuss
This is goood news for me. Finally! A safer and more predictable alternative to innerHTML.