Proper state handling in React will make your components simple and maintainable. Poor choices will give you lots of headaches in the long-term.There are plenty of … | |
|
Vettery specializes in developer roles and is completely free for job seekers. Interested? Submit your profile, and if accepted, you can receive interview requests directly from top companies growing their dev teams. | |
|
Liz discusses the latest experimental features in Node: worker threads, performance hooks, diagnostic reports, code loading policies, and ES modules. |
|
“I am always looking for ways to build faster, slicker web pages. Where applicable, I’ll use great new browser features such as service workers, HTTP/2 and improved compression, just to name a few. But what if I told you there was a way to build even faster web pages? I’d like to introduce you to the Streams API.” |
|
Phil introduces the new KV Storage API, built-in modules, and import maps. |
|
We’ll take care of the backend, so you can get projects started faster. Build quick and easy prototypes that your clients will love. |
|
Amusing as ever, Jake dives deep into the websites of Formula One racing teams and analyzes where they could be squeezing more performance from. |
|
Just because you’re using TypeScript doesn’t mean you need to adhere to it zealously. Great advice from Vitaly. |
|
Never heard of Unicode normalization? No worries, Alessandro explains why you might find it useful. |
|
Server side rendering a React app can provide a few different benefits including performance and SEO. The problem is with those benefits comes a cost of additional complexity to your application. Tyler starts from scratch and slowly builds a server side rendered React app while breaking down some of the complexity as he goes along. |
|
- How do I replicate
componentDidMount with useEffect ? - How do I correctly fetch data inside
useEffect ? What is [] ? - Do I need to specify functions as effect dependencies or not?
- Why do I sometimes get an infinite refetching loop?
- Why do I sometimes get an old state or prop value inside my effect?
|
|
Concurrent React and the Scheduler allow us to implement scheduling of tasks in our applications which will allow us to create highly responsive user interfaces. |
|
|
Comments