naja-js / naja

Modern AJAX library for Nette Framework
https://naja.js.org
MIT License
109 stars 16 forks source link

Documentation for setup is not clear #370

Closed mabar closed 10 months ago

mabar commented 1 year ago

Using a bundler may be complicated for some users and pre-built version of Naja is hard to find.

Pre-built is currently mentioned in installation, but not in quick start

Also tutorial could probably mention that npm and webpack are possibilities used for tutorial purposes but are not requirements.

jiripudil commented 1 year ago

Hi,

The tutorial already hints at alternative ways to install Naja, and links to the Installation page. But yeah, perhaps it could be worded in a more explicit fashion.

As to the quick start: while using npm and a a bundler is the preferred way of installing Naja and is becoming an industry standard, I admit the start is really only quick if you're already set up on that front. I think the quick start could be split into two sections, similarly to the Installation manual.