Douglas Angram
@dtDesign1
Followers
242
Following
590
Media
33
Statuses
640
Full Stack JavaScript Engineer | Web, UX, Visual Designer, Lover of Creativity/Innovation/Design/Technology/Learning
Memphis
Joined March 2012
1
3
6
Did you know React 19's ViewTransition component can create smooth, animated transitions between pages? Just wrap elements with the same name prop and React handles the rest. No complex animation libraries needed! 🎬
11
26
397
In the future, the web browser won’t have a URL bar and your UI will be generated as needed. APIs will serve UI or data the AI uses. You’ll still be able to share what you’re looking at with people and we’ll probably use URLs to do that, but things are gonna change. Exciting!
15
5
124
For web performance, loading assets only when needed is preferred. As far as Next.js apps, what's the best method: https://t.co/936Q5rCcsO
#nextjs #reactjs #javascript #DEVcommunity #SoftwareEngineering #webperformance #webdevelopment
sitedominion.medium.com
A well-liked React framework for creating server-side rendering (SSR) applications is Next.js. The ability to enhance the performance of…
0
0
0
I've started diving deeper into web performance optimization at the request of my tech manager. I've been introduced to code-splitting. #javascript #reactjs #DEVCommunity #SoftwareEngineer #SoftwareDevelopment #Lighthouse
0
0
0
We just published the first beta for React 19! This beta release is for collecting feedback and preparing libraries for the next major version of React. To see what's included, check out the release post: https://t.co/dnGcbIRH6O
react.dev
The library for web and native user interfaces
69
776
3K
Keyboard keys are the entrance to programming. The correct key combinations can unlock any programming language. I used to wish the keys would auto display the combos. #programmer #SoftwareEngineer #DEVCommunity #javascript #React #webdeveloper
0
0
0
🔥New Post: React will now be _more_ compiled that it was before. What does that mean? How did we get to this point? Also, you can forget about memoization... https://t.co/JFFaVfz0dg
reacttraining.com
React Corporate Workshops, Training, and Consulting
3
21
85
New on the React Blog: what we’ve been working on, including updates on React Compiler, new React Canary features, and the next major version of React.
18
210
2K
https://t.co/tUdxPRT063 Great article on types vs. interfaces #typescript #DEVCommunity #javascript #webdevelopment #softwaredevelopment #React #SoftwareEngineering
blog.logrocket.com
It can be difficult to choose between types and interfaces in TypeScript, but in this post, you'll learn which to use in specific use cases.
0
0
1
From if (state === “FL’) return ‘Tallahassee’ if (state === “GA’) return ‘Atlanta’ To switch (state) { case: ‘FL’ { return ‘Tallahassee’ } case: ‘GA’ { return ‘Atlanta’ } default: { return ‘All States’ } } #javascript #DEVCommunity #softwaredevelopment #React
0
0
1
The Release Candidate of TypeScript 5.2 is now out to try! Test it out and let us know if you run into any issues! https://t.co/uU6zITwss0
devblogs.microsoft.com
Today we’re excited to announce our Release Candidate of TypeScript 5.2! Between now and the stable release of TypeScript 5.2, we expect no further changes apart from critical bug fixes. To get...
5
134
639
My tech lead/manager sent this in Teams. AI generating #React code. React GPT Designer: https://t.co/Gnc7PD1Iok
#DEVCommunity #ChatGPT #softwaredevelopment #javascript #SoftwareEngineer
0
0
1
We just released TypeScript 5.2 Beta! Check out - 'using' Declarations - Decorator Metadata - Easier Tuple Type Notation - The "Inline Variable" Refactoring - Comma Completions in Object Literals and more! Try it today! https://t.co/KXlaBsYxz1
devblogs.microsoft.com
Today we are excited to announce the availability of TypeScript 5.2 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D...
12
196
691
No more copying & pasting code into ChatGPT to ask questions about it! I've created a VS Code extension that lets you select multiple files to include in ChatGPT / GPT-4 context so you'll never have to context switch from your editor. Next step: it'll edit the code for you 😁
169
315
2K
Your app's biggest performance problems are probably backend, not frontend related.
86
165
2K
Web people: do you know if it's possible to perfectly sync a bunch of <video> and/or <audio> tracks on a single web page? Meaning, you'd hit a play button and it would play all the video/audio files concurrently and reliably. Possible?
16
2
25
images created In #adobeFirefly, frame Interpolation animation in @runwayml Livestream: https://t.co/ZLasvxv8SH
1
2
19
1.5 wks ago, while our tech lead was out for 2 wks, I was again entrusted with his tech duties. The difference this time was the length of time and cherry picking. Yes, I was tossed in the deep end of cherry picking commits in #Git dev➡️master 😳 #DEVCommunity #SoftwareDeveloper
0
0
0
Today the TypeScript team is releasing a new VS Code extension named Deopt Explorer! This tool can help find polymorphism and deoptimizations in your code, and it's already helped us speed up TypeScript itself. Check out what we've built! https://t.co/I3z99KJsZ6
devblogs.microsoft.com
Over the past few months, during the lead-up to the TypeScript 5.0 beta, our team spent a good portion of our time looking for ways to improve the performance of our compiler so that your projects...
26
617
3K
My second run in with circular dependencies in #React in 5yrs. There were 2 of them between 5 files. #DEVCommunity #softwaredevelopment #SoftwareEngineering #TypeScript #javascript
0
0
1