|
|
|
|
|
by evan_
3689 days ago
|
|
I don't know what editor or linter you use, but there are increasingly many that support JSX and can give you meaningful feedback about it. 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. |
|