Hello, world! I'm ilkyaz.
I blog about web development - especially frontend
Featured Posts
Trunk-based Development
In the earlier days of software development, tracking and managing changes to the code was not this efficient. Developers had two versions of the software, which they can track changes or reverse them. As development environments matured, we now have two main development models to help development teams work more efficiently: Gitflow and trunk-based development.
Rendering On The Web: CSR, SSR, SSG
There are different ways of how the web page can be rendered on the browser. App performance can be improved by selecting the right rendering method. This means, different rendering methods might be more suitable for different purposes. In order to have the best user experience, understanding the main differences between these rendering methods is crucial as a developer.
What’s New in React 18
React 18 is a major release, that includes improvements to server-side rendering performance as well as improvements on the client-side. With the new concurrent rendering mechanism, you can prepare multiple versions of the UI at the same time. You can easily upgrade to React 18.