retry
work only one time?
Hi developers
We are Ukraine based IT startup and we are looking forward to hiring 2 (two) React.js developers in a few days.
Recruitment process is simple.
If you are interested, DM me
Regards.
Andrei
Hello Everyone, MERN Stack Boilerplate provides starter kits for building web, desktop and mobile apps in pure JavaScript.
https://www.npmjs.com/package/create-mernjs-app
If you have any query or suggestions. Please let me know.
Hello Everyone,
MERN Micro Framework provides starter kits for building web, desktop and mobile apps in pure JavaScript.
https://www.npmjs.com/package/create-mernjs-app
If you have any query or suggestions. Please let me know.
function* workGetCardsFetch() {
const cards = yield call(() => axios.get('http://127.0.0.1:8000/'))
yield put(getCardsSuccess(cards.data))
}
# Post action starts here
function* workCreateCard(action) {
try {
const word = action.payload
const options = {headers: { "content-type": "application/json" }}
yield call(() => axios.post('http://127.0.0.1:8000/words/new/', { word }, options))
# I added yield workGetCardsFetch() to reload the data
# because the state in the reducer doesn't receive the new id created in the backEnd from a post request.
yield workGetCardsFetch()
} catch (error) {
console.log(error.message)
}
}
Hello Everyone
Set up a modern web, mobile & desktop app by running one command.
dependabot[bot] on npm_and_yarn
(compare)
dependabot[bot] on npm_and_yarn
(compare)
dependabot[bot] on npm_and_yarn
(compare)