Nigel Fahey
banner
bytebound.bsky.social
Nigel Fahey
@bytebound.bsky.social
Software Engineer 💻 | Building microSaaS apps in public | NextStart.dev | ThreadNotes.com | Sold 2️⃣ profitable startups for six figures. Working remotely
🚨 Apple is dropping support for PWA's in iOS 17.4! Here’s what you need to know 👇

- This is not a bug, but a deliberate move by #Apple citing security challenges and DMA compliance.
- Web apps will now lack offline support, notifications, and seamless integration.

#devs
February 22, 2024 at 4:39 AM
😃 Trialing @zeddotdev for the next few weeks as my default IDE

First impressions:
- Super easy to setup and move from @code
- All necessities covered out of the box.
- Config as simple as editing a .json file.
- More intuitive integration with copilot.
February 22, 2024 at 12:35 AM
🚨 Avoid this mistake when structuring your #React components👇

When structuring your components, steer clear of randomly interleaving useState, useEffect, and custom hooks. This can lead to confusion and makes your code less predictable.

#WebDevelopment #CodingBestPractices
February 19, 2024 at 11:29 PM
✅ Core design and functionality of the NextStart.dev settings page is now complete.

Trying to maintain a minimalist and clutter-free approach to ensure future developers can easily customise it.

Account and subscription management is integrated with @stripe.

#buildinpulbic #nextjs
February 19, 2024 at 9:03 AM
🔄 Import aliases can simplify your import statements, making them more readable and manageable, especially in large projects.

They streamline project structure by reducing the complexity of import statements.

#CodeReadability #React
February 16, 2024 at 4:39 AM
📚 In #React, maintaining a consistent order for import statements can greatly improve code readability and maintainability👇

A general guide is start with core packages, 3rd-party packages, components, custom hooks, utilities, APIs, config files, and finally assets.

#DevTips
February 16, 2024 at 4:37 AM