Skip to content

Commit 6fcee36

Browse files
authored
Update index.md (#4089)
Existing content is correct just I wanted to add a line on Ajax which I believe is essential for modern day technologies like React.
1 parent 67f401f commit 6fcee36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/ajax/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ related: json, html, xml, javascript
66
wikipedia_url: https://en.wikipedia.org/wiki/Ajax_(programming)
77
logo: ajax.png
88
---
9-
Ajax stands for asynchronous JavaScript and XML. It is collection of several web technologies including HTML, CSS, JSON, XML, and JavaScript. It is used for creating dynamic web pages in which small parts of web page change without reloading the page.
9+
Ajax stands for asynchronous JavaScript and XML. It is collection of several web technologies including HTML, CSS, JSON, XML, and JavaScript. It is used for creating dynamic web pages in which small parts of web page change without reloading the page. Additionally, Ajax is fundamental for front-end developers in creating Single Page Applications (SPAs) where content updates seamlessly.
1010

0 commit comments

Comments
 (0)