Skip to content

Commit

Permalink
Categories List
Browse files Browse the repository at this point in the history
  • Loading branch information
offlineprogrammer committed May 3, 2024
1 parent 51a9ecb commit 6412464
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/pages/[platform]/start/migrate-to-gen2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,40 @@ The tables below present a feature matrix for Gen 1 customers who are considerin

### Other categories

<InlineFilter filters={['android', 'swift']}>

| Feature | Gen 1 | Gen 2 |
|---|---|---|
| REST API| Yes| Yes with custom CDK
| Analytics| Yes| Yes with custom CDK
| Geo| Yes| Yes with custom CDK
| Predictions | Yes| No
| Interactions| Yes| No

</InlineFilter>

<InlineFilter filters={['flutter']}>

| Feature | Gen 1 | Gen 2 |
|---|---|---|
| REST API| Yes| Yes with custom CDK
| Analytics| Yes| Yes with custom CDK
| Geo| No| No
| Predictions | No| No
| Interactions| No| No

</InlineFilter>

<InlineFilter filters={['angular','javascript','nextjs','react','react-native','vue']}>

| Feature | Gen 1 | Gen 2 |
|---|---|---|
| REST API| Yes| Yes with custom CDK
| Analytics| Yes| Yes with custom CDK
| Geo| Yes| Yes with custom CDK
| Predictions | Yes| Yes with custom CDK
| Interactions| Yes| Yes with custom CDK

</InlineFilter>


0 comments on commit 6412464

Please sign in to comment.