-
# freecodecamp
https://www.freecodecamp.org/
# codecademy
https://www.codecademy.com/paths/web-development/
https://github.com/codecademy
-
I have a cart model:
```
const initialCart = {
items: [],
deliveryType: 'Standard'
}
```
I also have a reducer and an action to add an item:
```
const cart = (state = initialCart, act…
-
Code: https://github.com/Nolra/front_course_2023/tree/react-state
Дополнительные материалы для изучения:
1. https://ru.legacy.reactjs.org/docs/hooks-state.html (ru)
2. https://react.dev/learn/ma…
-
No place to stick an issue for a whole org, so am putting it here for discussion:
There is a new reactrb github org setup. https://github.com/reactrb
PROPOSAL 1:
Because some things will not all…
-
I'd like to update the scratch GUI to React 17 to make use of new features. I'm planning to do this and keep the tests (both unit and integration) working.
Is this something that is desired? Or sh…
-
Hi, currently I'm working with React Native, using watermelonDB. Sometimes, I want to check my data in the database, but there is no way. I am wanting to have a tool like realm studio or mysql workben…
-
Hi Ibrahim,
First of all, thank you for effort in this assignment! We really appreciate it. Apart from my comments below, I would like you to answer these two questions.
Thank you once again and…
-
Currently FB share window looks like this:
![screenshot 2017-06-19 08 50 17](https://user-images.githubusercontent.com/25624431/27300736-643b15b4-54cc-11e7-9a77-196ef73e1bc9.png)
Right now, the…
-
Boa noite Emilia,
Seu código foi de longe o mais completo, inclusive adicionando a camada de persistencia (banco de dados).
Você já trabalha com algo de programação? Teve muita ajuda para realizar o…
-
This is the array that I have coming in as an email working great. I want to however style how it comes in to match the PDF we have so add a H1 or maybe some tables? Can I do that to this? If so how…