Skip to content

Commit d1a3e0c

Browse files
committed
Obsolete the template
1 parent 2c156f2 commit d1a3e0c

File tree

6 files changed

+18643
-62
lines changed

6 files changed

+18643
-62
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SurveyJS + React Quickstart Template
1+
# (Obsolete) SurveyJS + React Quickstart Template
2+
3+
> This template is built using [Create React App](https://github.com/facebook/create-react-app), which is now deprecated. Use the [SurveyJS + Next.js quickstart template](https://github.com/surveyjs/surveyjs-nextjs) instead.
24
35
SurveyJS is a set of JavaScript components that allow you and your users to build surveys / forms, store them in your database, and visualize survey results for data analysis. This quick start template is bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) and uses the following SurveyJS components:
46

@@ -35,14 +37,10 @@ This template covers most basic use cases. You can find code examples for them i
3537
- [src/data/analytics_data.js](src/data/analytics_data.js)
3638
- [src/components/SurveyAnalytics.js](src/components/SurveyAnalytics.js)
3739
- [src/pages/Analytics.js](src/pages/Analytics.js)
38-
- As a table (modern browsers)
40+
- As a table
3941
- [src/data/analytics_data.js](src/data/analytics_data.js)
4042
- [src/components/SurveyAnalyticsTabulator.js](src/components/SurveyAnalyticsTabulator.js)
4143
- [src/pages/AnalyticsTabulator.js](src/pages/AnalyticsTabulator.js)
42-
- As a table (old browsers)
43-
- [src/data/analytics_data.js](src/data/analytics_data.js)
44-
- [src/components/SurveyAnalyticsDatatables.js](src/components/SurveyAnalyticsDatatables.js)
45-
- [src/pages/AnalyticsDatatables.js](src/pages/AnalyticsDatatables.js)
4644
- Create a custom question type
4745
- [src/components/MyQuestion.js](src/components/MyQuestion.js)
4846
- Register third-party components

0 commit comments

Comments
 (0)