Good, I would like to have some clue how to implement the set method. to take the data from a react-table to firebase.
constructor(prosp) {
super(prosp);
this.state = {
ships: [
{
article: mesa,
description: "Lapt...
I have a project made with asp.net core with the template of react and redux, install the packages from npm of materializecss, which I am already pointing your files of .css but I have the problem that I do not know where to include or ca...
We have a case of multiple projects with the same components and we would like to be able to import them as a library or modules, we have found several ways like npm / bit.
Do you have experience in this and any recommendations?
I have a JSON file which is a "database", since I still do not have knowledge of that type.
{
"words": [
{
"id": 1,
"word": "Silla",
"principal": "http://pngimg.com/uploads/chair/chair_PNG6860.png",
"engword": "Ch...
I have my views already finished, but some must load several data before being able to be shown, that's why you notice a delay going from one view to another, I would like that by pressing the button that takes me to the other view, it shows an...
What happens is that when compiling the application with react-native , using the commands:
react-native run-android --variant=release
./gradlew assembleRelease
generating an .APK, that does not work correctly, does not detect some ch...
I always did HTML and CSS. I am starting to study React and I honestly do not understand the reason for the error. It is very basic and I wanted to know if someone can explain it to me. Thank you very much !!
import React from 'react';
imp...