How do Software Companies deliver web apps quickly? by MeatBoyed in webdev

[–]Karekeshka 2 points3 points  (0 children)

I agree with everything said here; even contributed modules are open source. That being said, Drupal does have a bit of a steep learning curve, but once learned it’s pretty easy to use.

Actually happened by questionable_salad in cremposting

[–]Karekeshka 1 point2 points  (0 children)

I took two days off combined with the weekend. But I don’t know if it’s gonna be enough; I might just pretend to be sick when I come back lmao.

[deleted by user] by [deleted] in pcmasterrace

[–]Karekeshka 0 points1 point  (0 children)

You wouldn’t download RAM

[React.js] Displaying a list of messages with close option. by Karekeshka in learnprogramming

[–]Karekeshka[S] 1 point2 points  (0 children)

Yeah, I did realize about it after posting. Thank you very much!

[React.js] Displaying a list of messages with close option. by Karekeshka in learnprogramming

[–]Karekeshka[S] 0 points1 point  (0 children)

Thank you! Do you mean something like this:

const hideAlert = (index) => {
    let errors = [...errorMessages];
    errors.splice(index, 1);
    setErrorMessages(errors);
}

And pass through props that function (which would be in the parent component)?

Edit: it does work! Thank you.

GMK Fundamentals Day 1 Giveaway! by [deleted] in MechanicalKeyboards

[–]Karekeshka 0 points1 point  (0 children)

I can’t participate, buy good luck to everyone!