Skip to content

Commit

Permalink
create tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaBelanger committed Jan 3, 2025
1 parent 923da7b commit 26a0d2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/interop/js-interop/start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Getting started with Javascript interop
description:
---
5 changes: 5 additions & 0 deletions src/content/interop/js-interop/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: Tutorials for common JavaScript interop use cases in Dart.

## Tutorials

### [Getting started with Javascript interop][]



### [How to mock JavaScript interop in Dart][]

This tutorial will walk through how you can use Dart classes to mock the
Expand All @@ -15,4 +19,5 @@ TODO: add a section on how to bundle a JS and Dart app for interop
TODO: maybe add a section on conversions
{% endcomment %}

[Getting started with Javascript interop]: /interop/js-interop/start
[How to mock JavaScript interop in Dart]: /interop/js-interop/mock

0 comments on commit 26a0d2f

Please sign in to comment.