@DarthNott
Nothing here yet.
Nothing here yet.
No blogs yet.
Hey! I'm currently creating a little chatbot for my own site with React. Have you ever created a bot or do you use any bots? Is it important for the user that he can write messages? Or is it good/better to just have options which the user can choose ...
I'm creating a simple chatbot where you can send an input value as message. I'm thinking about doing Enter only. A submit button would be bad for my UI but it might be good for UX. So what do you think? Do I need a submit button or do (nearly) all pe...
I have a div with fixed height and overflow: scroll and dynamically added content in my React App and when I press a button this code executes. It scrolls always smooth from the top of the div to the element hello . But I want that it scrolls from ...
I have a div that increases its width when you hover on it. It won't work on a smartphone or tablet. The best way would be to make hover to click . But how should I do it? Sth like @media (max-width: 700px) or is there any good way to make it clicka...
Hello. I've just started to learn props and states. Still learning. I'm trying to create a Button that changes the content of the other file. Here's my Button.jsx that will be imported in Main.js // Button.jsx export default class Button extends Reac...