redpill me on React
Redpill me on React
I wouldn't be able to. I've never used it.
It's a popular JavaScript framework
angular for basedboys
tiny library that does some shit many other libs can do better at this point. used by people that loe having 1gb+ node_modules folders
If you want a small library that does the same but better look into Svelte.
What's the best starting point as far as javascript frameworks go? I feel like I need to learn one but have no idea which. Are they pretty much all the same shit, and does knowing one of them mean that you can switch easily if another suits more your needs after?
>JSX
pretty fucking based. the only problem is that it takes the whole nodejs webpack, babel, typescript, etc toolchain, but the final build is pretty lean
best jewish software
Combine that with Redux and TypeScript, and the relevant build tools, and you have what you need to write full-fledged browser frontend applications, including offline mode.
The Redux state management provides a design pattern that's intuitive and easy to get a handle on even if the app is complex. And oh yeah, you can use the same React components in the mobile app too, see
>React Native