Uncategorized

The Future Of React

The future of React, unfolding with Suspense

Stay ahead of the curve with a look at two forthcoming React features: data fetching with Suspense and react-cache.
Lusan Das
4 min read
Vue Tips For React Developers

5 Vue tips for React developers

We used React and Vue to write the same application. Compare the code for each side by side.
Ryan Harris
7 min read
New In Angular 8

What’s new in Angular 8: Web worker support and more

Angular 8 has arrived, and it includes updates to nearly every component of the platform. But what about the highly anticipated...
Nwose Lotanna
3 min read

What’s new in Nuxt 2.8

NuxtJS is one of the fastest growing frameworks for developing VueJS applications. The ability to choose what type of application you...
Ogundipe Samuel
3 min read

What’s new in Nuxt 2.7

NuxtJS is a free and open source web application framework based on Vue.js, Node.js, Express.js, Webpack, and Babel.js. It is one...
Ogundipe Samuel
3 min read
React 16.8 With Stable Support For Hooks

Introducing React 16.8, featuring official support for Hooks

React now has more than 100 releases, and v16.8.0 officially introduces stable support for Hooks.
Nwose Lotanna
4 min read

How Python can help you learn ES6

“Have you learned ES6 yet?” Oof. I used to feel a sense of pressure when people would ask me that. In...
Jenn Wong
5 min read
React Virtualized Versus React Window

Windowing wars: React-virtualized vs. react-window

While react-window is newer, faster, and much lighter, it doesn’t do everything react-virtualized can do. Learn which windowing library is right...
Rico Kahler
4 min read
Cleaning Up Your Vue.js Code With ES6+

Cleaning up your Vue.js code with ES6+

ES6 was a big step forward for the web, and it introduced several features to solve problems that arise when developing...
Jake Dohm
4 min read

What to expect in React v17

React Fiber (React v16) is awesome and has taken some significant steps towards improving the developer experience as well as the...
Austin Roy Omondi
4 min read
Returning Null From setState In React 16

Returning null from setState in React 16

Overview React 16 lets you decide whether state gets updated via .setState to prevent unnecessary DOM updates. Calling .setState with null no longer...
Abishek Jakhar
3 min read
Useful Tools And Techniques To Minify CSS

Useful tools and techniques to minify your CSS

Faster page speed, better performance, overall improved user experience — these are the advantages of minifying your CSS files. This may seem obvious,...
Peter Ekene Eze
4 min read