

Discover more from Relatable Code
Exploring the Intl API and more React rendering info!
The Intl API just became easier to understand and diving in depth on the future of react rendering
The Intl API has been receiving consistent updates for quite a long time now. It can be very difficult to keep up with changes. But, these changes are very important!
They make our life a ton easier by including native functionalities that can replace expensive or possibly outdated libraries.
Looking at the `DateTimeFormat` section there is tons of information regarding all the different options and even output examples:
Check out the playground: https://www.intl-explorer.com/?locale=en-US


Last week I included an article explaining how React Re-render works, this week I find it fitting to include an article explaining the future of React rendering.
Prateek expertly goes over React 18 and its implications for the future of React rendering. I highly recommend checking out the full article for anyone curious about the future of React.
Here is a video version as well:
Full article: https://prateeksurana.me/blog/future-of-rendering-in-react/
📦 More interesting Articles
⚛ React
🔧 Other