Skip to content

Commit 716db06

Browse files
authored
docs: refine Q&A section in README.md
Updated common questions and answers section for clarity.
1 parent da7eeef commit 716db06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ We extended the project from the original SlickGrid foundation while also includ
2525
- the project now only has 1 small dependency requirement which is [SortableJS](https://sortablejs.github.io/Sortable/)
2626

2727
### Common Questions & Answers
28-
- **[Q]** Do I need TypeScript to use version 5.x?
29-
- **[A]** Not at all, you can use regular JavaScript if you wish by using the [dist/browser](https://github.com/6pac/SlickGrid/tree/master/dist/browser) folder, ESM folder or from CDN shown below
30-
- **[Q]** Can I use it with _"xyz"_ framework?
31-
- **[A]** Sure we provide an ES6/ESM build which should work with most frameworks... but for more specific frameworks (Angular, React and Vue) you may want to take a look at [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) which has official wrappers for all these frameworks.
32-
- **[Q]** Do I still need jQuery?
33-
- **[A]** Not anymore, it's totally optional since v4.0 (you can still use jQuery if you wish, but it's now optional)
28+
- Do I need TypeScript to use version 5.x?
29+
- Not at all, you can use regular JavaScript if you wish by using the [dist/browser](https://github.com/6pac/SlickGrid/tree/master/dist/browser) folder, ESM folder or from CDN shown below
30+
- Can I use it with _"xyz"_ framework?
31+
- Sure we provide an ES6/ESM build which should work with most frameworks... but for more specific frameworks (Angular, React and Vue) you may want to take a look at [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) which has official wrappers for all these frameworks.
32+
- Do I still need jQuery?
33+
- Not anymore, it's totally optional since v4.0 (you can still use jQuery if you wish, but it's now optional)
3434

3535
### Vite Demo
3636
You can also see a [ViteJS](https://vite.dev/) demo in the [./vite-demo](https://github.com/6pac/SlickGrid/tree/master/vite-demo) folder (also available via the Stackblitz link below). This Vite demo was created mostly to test the project ESM build and the SASS imports as well.

0 commit comments

Comments
 (0)