Alan Montgomery

28.7K posts

Alan Montgomery banner
Alan Montgomery

Alan Montgomery

@93alan

Frontend Architect & Development Lead | 15+ years in JS dev | Architecting top-notch UI with React, Next.js, Tailwind, Ionic | Innovative leader 🚀 #FrontendDev

Belfast, Northern Ireland شامل ہوئے Temmuz 2009
807 فالونگ2.7K فالوورز
پن کیا گیا ٹویٹ
Alan Montgomery
Alan Montgomery@93alan·
📢 Announcing: Ionic React Hub 🎉 I love posting content specific to @Ionicframework with React and @capacitorjs - Thought I'd put together a site to curate all of these into a collection to further help the community and share knowledge. #webnative ionicreacthub.com
English
6
18
101
0
Jonathan Reinink
Jonathan Reinink@reinink·
Hang in there ui.sh server! 📈 (It's hosted on Laravel Forge, and holding up well!)
Jonathan Reinink tweet media
English
17
3
119
12.8K
Adam Wathan
Adam Wathan@adamwathan·
@mindofmaldo @petersuhm We're sending out 2500 invites per day right now, in order of when people signed up 👍🏻 Send me your GitHub username though and I'll send yours now.
English
44
0
40
8.8K
Adam Wathan
Adam Wathan@adamwathan·
Quick ui.sh demo — generating multiple design ideas to choose from, no matter what tech stack you use:
English
187
136
2.8K
260.5K
Alan Montgomery
Alan Montgomery@93alan·
@delba_oliveira Absolutely amazing explanations here @delba_oliveira ! I’ll be sharing this with my team to watch to better understand certain patterns. Explained beautifully 🖤
English
0
0
0
111
Delba
Delba@delba_oliveira·
Next.js patterns: Public pages with some personalization.
English
29
56
753
65.3K
Alan Montgomery
Alan Montgomery@93alan·
The fact that we can’t get a small Apple Magic Keyboard in black really upsets me. I do have the longer one with the numpad (shown below) but I much prefer the small keyboard! Anyone any suggestions on keyboards of the same look and feel with the dark appearance?
Alan Montgomery tweet media
English
0
0
2
250
Alan Montgomery ری ٹویٹ کیا
Guillermo Rauch
Guillermo Rauch@rauchg·
Focus on the things you can control. Work hard, eat well, stay fit, help others, and crucially: be ruthlessly truth-seeking.
English
70
249
2.3K
105.4K
Matt Pocock
Matt Pocock@mattpocockuk·
I want: A Desktop app I can open (on Windows) That runs a local dev server on localhost:3000 And turns the app into a desktop app Does this exist?
English
190
5
724
142.9K
Colum Ferry
Colum Ferry@FerryColum·
Burnout is real. Take care of yourselves 🙏 I’m going on vacation to rest and recover. I’ll be off socials until I’m back 🧘‍♂️ If you run into issues with Angular Rspack, or anything else I tend to work on - raise an issue on GitHub. If it’s not addressed before I’m back, I’ll see it then
English
9
0
50
1.6K
Tracy Lee | ladyleet
Tracy Lee | ladyleet@ladyleet·
You get to rename “console.log” to anything you want for everyone and forever. What’s your new name for it?
English
150
1
115
31.8K
Catalin
Catalin@catalinmpit·
Where do you host your PostgreSQL database?
English
401
23
994
192.5K
Alan Montgomery
Alan Montgomery@93alan·
I also made good use of all the metadata techniques for SEO purposes and the dynamic open graph image generation for social images (eg if you share a page or a blog post - share preview). If you want to ship fast and ship smart, definitely use @vercel , @next, @tailwindcss
English
0
0
1
135
Alan Montgomery
Alan Montgomery@93alan·
I’ve rebuilt my little personal site. It was in need of a revamp! Built with Nextjs, Tailwindcss, framer motion, MDX for blog with multiple plugins for highlighting and other things Built in standalone output mode and deployed to my VPS 🎯 Check it out 👇
English
1
0
2
311
Bruno Stasse
Bruno Stasse@brunostasse·
Introducing Silk — The most advanced swipeable sheet ever engineered for the web. Native-like experience • Works on all devices • Unlocks dozens of UI patterns on the web. Available for React.
English
265
317
5.7K
832.7K
Alan Montgomery
Alan Montgomery@93alan·
@rauchg All we need is a way to programmatically Add a PWA to home screen and we are cooking 🧑‍🍳
English
0
0
1
63
Alan Montgomery
Alan Montgomery@93alan·
Thoughts on upgrading my Macbook Air M2 2022 (8GB Ram) to the new M4 16Gb? I have a pro for work with mad specs, however i feel the air is on par. The size and thin-ness of the body wins it for me.
English
1
0
1
481
Alan Montgomery ری ٹویٹ کیا
Delba
Delba@delba_oliveira·
Playing with React's <ViewTransition> for cross-page animations in Next.js. It's early and experimental, but very cool! Two tips: • Use a poor man's motion blur for movement `filter: blur(0->10->0)` • Use Chrome's animations devtools to debug
English
57
238
3.6K
159.8K
Alan Montgomery
Alan Montgomery@93alan·
@rauchg @nextjs @reactjs @Meta Totally agreed @rauchg and hopefully a lot more people catch on to this. I'm building huge, complex (functional and beautiful UI) products in my 9-5, and for contract work, but I'm also creating one page "landing pages", demos or testing out packages/plugins the same way. 🫡
English
0
0
0
194
Guillermo Rauch
Guillermo Rauch@rauchg·
A neat thing about @nextjs is that you can totally use it in its simplest mode, a static page or SPA. But it’s likely you’ll eventually need more, which is what many, the @reactjs team at @meta specially, figured out over time. And if/when you need that extra power, the tools are there, waiting for you. No need to rewrite or start your project over. Whether it’s a Route Handler (API endpoint), streaming data from the server to client (`use`), or full on server side rendering and streaming. Or a combination of these things. Our recent improvements to defaults and how caching works (“use cache”) are in the service of the ‘progressive disclosure’ of this sophistication. Not every project will grow to that level of complexity, and that’s fine, because the platform scales with you. Anecdotally, what I’ve found so far is that most Next.js projects end up in a hybrid state. v0.dev, grok.com and claude.ai mostly present as a SPA. But: v0 Community is like an e-commerce website and we heavily optimize for SEO, while the chat and preview are like a native app. Even in the realm of e-commerce, like next-faster.vercel.app where we make heavy use of on-demand ISR, some pages are fully personalized and never cached, like your orders page. And every single page has a dynamically streamed “hole” for the cart state and user auth. tl;DR: don’t feel pressured to use every feature. Next mirrors React insofar it can start simple and grow into powering very ambitious things. The focus over recent releases has been to focus on simplicity and stability to match that progression.
English
40
27
469
47.9K