|
|
|
|
|
by riebschlager
3689 days ago
|
|
I want to understand the appeal of React, I really do. But I open a project like this in my editor and my linter starts going nuts from all the markup in the JS. And my built-in biological linter starts getting queasy just looking at it. Ugh. I just don't get it. Am I just old and curmudgeonly? And what's with the 200+ line package.json. That's a helluva lot of tooling for a simple web app. GET OFF MY LAWN! |
|
As for your biological linter- you will be surprised at how quickly you are able to get used to it. The key for me was to stop thinking of it as HTML or markup- because it isn't. It's really just a different way to call functions and create objects.
It's far better than handlebars or other template languages because it's an actual regular syntax that you can use a linter with so you know it's going to work as you intended.