Artwork: https://code-art.pictures/
Code on artwork: React JS
Why bother if there is create-react-app?
Good question! In fact, if you ar...
For further actions, you may consider blocking this person and/or reporting abuse
Great resource!
Just wanted to make a small addition regarding the build script:
On windows, this doesn't work. Replacing it with:
will make it work on windows.
Cheers :)
Thanks, added a different fragment for Windows
@alekseiberezkin awesome article, thankyou!
Great job. congrats
Excellent resource! Thanks for keeping it up to date!
great.
12.1 - compilerOptions.ta*R*get 😉
Thx, fixed
@alekseiberezkin is there any chance of changing webpack for esbuild? thanks for the article
Thx for the suggestion. You are right, esbuild is not more an “emerging” tool but a comprehensive alternative. Unfortunately I can't give any estimate when I'm able to look at it closely because right now I'm not working in frontend fulltime. However if I decide writing about something here, that'd be among the first topics to consider.
Thanks @alekseiberezkin for the tutorial, it was really helpful but I think you missed to add
@types/react
and@types/react-dom
Thank you so much, updated the post
@alekseiberezkin Thank you for the article. Will definitely try this. Meanwhile, I have a similar article, that you might like - React from scratch
Thanks for your link. Will keep it in mind if I need Babel.
Please add
meta name="viewport" content="width=device-width, initial-scale=1"
to index.html
I spent a lot of time trying to understand why 'min-width' doesn’t work for me.