Skip to main content

Posts

Showing posts from May, 2021

React JS Tips and Tricks

 It's been a long time since the first release of the React. Before we will dive deeper into react’ itself, let’s do a small throwback into react’s history. History React was created by   Jordan Walke   in 20, a software engineer at Facebook, who released an early prototype called "FaxJS". Jordan was influenced by   XHP , an HTML component library for   PHP development . React was first deployed on Facebook's News Feed in 2011 and later on Instagram in 2012. And finally, it was open-sourced at JSConf US in May 2013. Today, we are going to take a look at the React tips and best practices you can apply in your work. Game changer The past decade was definitely a golden time for   web developers . Since 2006   jQuery development   has been the most popular way to add interactivity and animations to web browsers. Making websites with   jQuery   was radically different from what we know now. AngularJS, the first web framework maintai...