Do I need to know Ajax | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do I need to know Ajax

I use php for web apps. do I need to also know ajax?

24th May 2017, 2:13 PM
Harold Peter Ssebetta
Harold Peter Ssebetta - avatar
2 Answers
+ 1
Yes you need to learn AJAX. The web is evolving and websites that require you to wait for the page to reload every time just to show minor changes are disappearing. Users are getting accustomed to a fluid experience and AJAX is what makes that possible. So if you're planning on being a solid web developer in the future, AJAX is a must have. It also helps you use less resources on your websites. For instance, rather than having to reload all the images, icons, main menu, logo and sidebar information just to submit a form or display a new post, you can just use AJAX to send the needed information to the server without ever having to reload any of the other components, hence saving the users internet usage.
25th May 2017, 10:03 PM
cyb3r tooth
cyb3r tooth - avatar
0
Mmmm. Thanx for that @cyb3r. So I shud get on an ajax course.
26th May 2017, 10:09 AM
Harold Peter Ssebetta
Harold Peter Ssebetta - avatar