Posts by Linecker Rios • 49 points
3 posts
-
1
votes1
answer44
viewsQ: Error in socket.io "expression cannot be called" in React/Next
I’m trying to make a Real Time Chat with socket.io with Next.js, but when it comes to importing and putting as constant is returning an error, I don’t understand because I’m about to make this code…
-
0
votes1
answer263
viewsQ: Nextjs with Typescript and Styled-Components not working
I’m trying to use the Styled-Components in my Nextjs application, but always returns an error, do not understand why it is not working. to start the project I used the command: npx create-next-app…
-
3
votes2
answers196
viewsQ: onClick error in Nextjs / React js
On the first tag <Link> is making a mistake in the onClick and I don’t understand why. Please help me out: import Link from 'next/link'; import React, { useState } from 'react'; export default…