Blogs

By Akash
on November 27, 2023
React 18 was released in March 2022. This release focuses on performance improvements and updating the rendering engine. React 18 sets the foundation for concurrent rendering APIs that future React features will be built on top of. In this tutorial,...
By Akash
on October 12, 2023
The hottest topic and buzzword in the JavaScript community right now is React 18. Finally, after a long wait, the React team has announced the latest version of React – React v18.0 with its highly-anticipated concurrent rendering features. In short,...
By Akash
on September 5, 2023
React 18 is now the most talked-about subject and trend in JavaScript. After much anticipation, the React team has finally released React v18.0, which includes the highly-anticipated concurrent rendering features. In this article, we will talk about...
By Akash
on December 6, 2023
In a dramatic shift in the tech industry, React JS has emerged as the clear favorite among world leaders in web development. With millions of dollars in annual revenue, React JS is now the choice of the biggest names in business and technology. React...
By Akash
on December 8, 2023
The React community eagerly awaits each new version of the React library, which is the most commonly used web framework these days. In the last year, it has even overtaken jQuery, which has been the king of web libraries for many years, according to...
By Akash
on September 21, 2023
Use React and the Stable Diffusion API to build a reactive AI application that generates images from user-submitted text. In case you’ve been backpacking in the Himalayas for the last year, generative AI has recently become enormously popular. Text g...
By Akash
on December 29, 2023
The JavaScript ecosystem includes many charting libraries, but it’s tough to create a full-featured charting API that performs well in real-world usage. This article is a hands-on introduction to one of the good ones. Recharts is a React-specific inc...
By Akash
on October 9, 2023
The maintainers of the popular Bootstrap framework have announced that they are ending maintenance for Bootstrap v3, the current version. Mark Otto, the creator of Bootstrap, said in a GitHub issue that work on Bootstrap v3 will stop: Long story shor...
By Akash
on December 11, 2023
A researcher hijacked over a dozen Packagist packages—with some having been installed hundreds of millions of times over the course of their lifetime. The researcher reached out to BleepingComputer stating that by hijacking these packages he hopes to...
By Akash
on November 30, 2023
Building responsive websites means that your design has to adapt to different screen sizes. We've covered a number of ways to do that in the past, including working with percentage widths, em-based type and other flexible techniques of responsive des...