Posts by Willy Christian • 36 points
4 posts
-
0
votes1
answer286
viewsA: Next.js does not load jsx
Speaks Matthew, just for testing purposes, tries to change the syntax of the _app.js file to: import React from 'react' function MyApp(){return <h1>Hello World</h1>} I imagine that there…
-
0
votes1
answer88
viewsA: const returns Undefined when using the getServerSideProps method of Next.js
I personally would not use getServerSideProps for that purpose. See, this function is intended to make the Server Side Rendering (SSR), that is, when you need to process something on the server…
-
1
votes0
answers100
viewsQ: Error installing React Native project on mobile
Good night, you guys! Next, I started studies on React Active recently. I followed all the steps of the official website for installing software and dependencies: Android Studio and Android SDK,…
-
1
votes1
answer54
viewsQ: Error during Page Deletion - Xamarin
I’m new to mobile programming, so I wanted a help to treat an error that seems not set by the IDE (Visual Studio). The case is that I have a screen that wanted to insert that carousel with…