Posts by Jr Bytes • 16 points
3 posts
-
0
votes1
answer310
viewsA: Yarn Doesn’t Start Development Server
Checks that your file folder is normally set to index. Then, package.json file is probably correct because it called the $ react-scrips start. So try to delete node_modules, Yarn.lock and…
-
0
votes1
answer65
viewsA: How to add the answer to an Axios request in an Array?
By taking out the function toString and placing some attribute-field that returns from Axios, it will add the return inside the names array, giving sequence. After "Silva", comes the amount of…
-
0
votes2
answers224
viewsA: My state react, doesn’t it work?
Hello, how did your React project start? You need to import the React and then write the Function. Start learning to write its components in function format that is easier to learn and current. The…