this post was submitted on 25 Feb 2026
66 points (100.0% liked)

Opensource

5890 readers
86 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

The modern web has many critical building blocks, and React is one of those. First open-sourced by Meta in 2013, React is a JavaScript library for building user interfaces through reusable components.

Its mobile counterpart, React Native, brings the same component model to iOS and Android. At this point, we can comfortably say that these projects are not just development tools but an essential part of the web infrastructure.

Now, the project has a new home to reflect that.

you are viewing a single comment's thread
view the rest of the comments
[–] lowspeedchase@lemmy.dbzer0.com 10 points 1 month ago (1 children)

Too little, waaaaaay too late - use preact (https://preactjs.com/) if you like the syntax and use signals to avoid render tree annihilation. Always open source, I have contributed but have not been paid for this message.

[–] recursive_recursion@piefed.ca 2 points 1 month ago* (last edited 1 month ago) (2 children)

Always open source

ehhh, it's licensed under MIT as well so this isn't actually true. If it was licensed under AGPL-3.0 however this would be true.

[–] lowspeedchase@lemmy.dbzer0.com 8 points 1 month ago

I'm ready to be educated, but I'm not picking up what you are laying down? https://en.wikipedia.org/wiki/MIT_License

Unlike copyleft software licenses, the MIT License allows reuse within proprietary software, provided that all copies of the software or its substantial portions include a copy of the terms of the MIT License and also a copyright notice.

Is this the issue? That you can use the code in your own proprietary stuff? I don't see a problem with that tbh.

[–] Aatube@thriv.social 5 points 1 month ago* (last edited 1 month ago)

actually permissive like MIT is the OSI (Open Source Initiative) direction. you're thinking of the free software community and the word you want is "copyleft"