You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/1/en/part1a.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,6 @@ in contrast to Vite's
84
84
npm run dev
85
85
```
86
86
87
-
The course is currently (11 August 2023) being updated to use Vite. Some parts may still use the application base created with create-react-app.
88
-
89
87
### Component
90
88
91
89
The file <i>App.jsx</i> now defines a [React component](https://react.dev/learn/your-first-component) with the name <i>App</i>. The command on the final line of file <i>main.jsx</i>
Copy file name to clipboardExpand all lines: src/content/1/fi/osa1a.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,6 @@ Voit halutessasi käyttä kurssilla Viten sijaan myös [create-react-app](https:
68
68
npm start
69
69
```
70
70
71
-
Kurssia ollaan tällä hetkellä (11.8.2023) päivittämässä käyttämään Viteä. Joissain erimerkeissä voi vielä olla käytössä create-react-app:illa luotu sovelluspohja.
72
-
73
71
### Komponentti
74
72
75
73
Tiedosto <i>App.jsx</i> määrittelee nyt React-[komponentin](https://react.dev/learn/your-first-component) nimeltään <i>App</i>. Tiedoston <i>main.jsx</i> viimeisen rivin komento
0 commit comments