spantaleev / sijax-python

An easy to use AJAX library for Python based on jQuery.ajax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Major Update Proposal - Drop jQuery in favor of Axios or even Vanilla JS

Clickative opened this issue · comments

jQuery has gotten obsolete to the point where adding this library to a website for the sake of making API calls does not make sense. Instead of jQuery, this library should move towards promise based AJAX using Axios or use Vanilla JS to minimize the file sizes.