OccultKingdoms
BANNED
- Mar 11, 2013
- 5,542
- 9,844
What makes sense for you in these docs: https://react.dev/reference/react-dom/components
??
Nothing if you don't read it for weeks and months. And that's updated version that came up recently.
The previous version was such a disaster I felt like eating bricks.
Now if you go here: https://api.jquery.com/
It's very clear and you know what each thing does without some extra vocabulary. It's as clear as javascript docs from Mozilla.
So next project, you know what to do.
Key Features of React
Components - you will never need it
Virtual DOM - you will never need it
JSX - you will never need it.
One-way Data Binding - kinda easy to implement on your own.
Performance - you will never need it.
Component life cycles - you will never need it.
State management - simple to implement without it.
Server side rendering - ain't nobody gonna SEO behind paywall thing, man.
Apart from that, what would you rather have.
Extra useless corporate framework / library knowledge or...
Be able to scrape some cool websites and then plug into some APIs that would let you scale to the limit.
Stop complicating by subscribing to corporate nonsense from your home 1 person team...
And if you hire a team, you're just increasing costs of development.
Seriously, they don't tell you that. BUt shit is so hard to work with and easy to get lost in, you don't want that.
If they introduce some new library based on React, it's gonna be wicked. Each library based on React is another layer of wicked stuff.
Source code of those libraries is like some voodoo.
I haven't found it to be the case with javascript plain.
Don't learn it. Don't worry about it. You're never gonna specialize in it cause doing front-end isn't your goal. Your goal is to make a lot of money.
If you want to make some money, do some databases operations, build some storages, backends, automations proxies, servers etc. Not front-end, unless it's just javascript / jquery that doesn't require node.js to run. It's too much if you need node.js to run frontend.
??
Nothing if you don't read it for weeks and months. And that's updated version that came up recently.
The previous version was such a disaster I felt like eating bricks.
Now if you go here: https://api.jquery.com/
It's very clear and you know what each thing does without some extra vocabulary. It's as clear as javascript docs from Mozilla.
So next project, you know what to do.
Components - you will never need it
Virtual DOM - you will never need it
JSX - you will never need it.
One-way Data Binding - kinda easy to implement on your own.
Performance - you will never need it.
Component life cycles - you will never need it.
State management - simple to implement without it.
Server side rendering - ain't nobody gonna SEO behind paywall thing, man.
Apart from that, what would you rather have.
Extra useless corporate framework / library knowledge or...
Be able to scrape some cool websites and then plug into some APIs that would let you scale to the limit.
Stop complicating by subscribing to corporate nonsense from your home 1 person team...
And if you hire a team, you're just increasing costs of development.
Seriously, they don't tell you that. BUt shit is so hard to work with and easy to get lost in, you don't want that.
If they introduce some new library based on React, it's gonna be wicked. Each library based on React is another layer of wicked stuff.
Source code of those libraries is like some voodoo.
I haven't found it to be the case with javascript plain.
Don't learn it. Don't worry about it. You're never gonna specialize in it cause doing front-end isn't your goal. Your goal is to make a lot of money.
If you want to make some money, do some databases operations, build some storages, backends, automations proxies, servers etc. Not front-end, unless it's just javascript / jquery that doesn't require node.js to run. It's too much if you need node.js to run frontend.
Last edited: