Quick Note: We only focus on the simpler use case here π
Thanks for the responses π
Converting a static page or site into React App can be simpl...
For further actions, you may consider blocking this person and/or reporting abuse
Great post for learning but I wouldn't recommend doing this from a practical perspective. You'll need a good reason why you would want to have your static site converted. I am really struggling to think of enough reasons to do this. And in most cases a simple templating language alongside of something like jekyll/hugo/11ty would be a way better solution.
Great question. Unless there's a reason to need React, all this will do is make the site perform worse without adding any value.
Thanks for the response! I also am thinking of the same thing, just there are some who have requested me in the past to do this, maybe they have a better reason, so yeah, I answered the demand π
As my friends at Jurassic park said: "they were more preoccupied with whether they could, they didn't stop to think if they should."
This is SO usefulβ€οΈthanks a milπͺπ i have a gazillion tailwind liberaries and some only have html available and i get it wrong sooooo many times when converting to react... I have noticed that react doesnt seem to like html section tag...am i right or am i Just paranoid? π
I'm glad you found this helpfulπ, appreciate it much!
Btw, I don't think you're alone with that, JSX can be a pain at timesπ
I am glad to hear that i am not the only person finding converting from html to jsx hard because i create some massive bugs and my buggy brain doesnt help much ππ
ππ
svelte is useful
Good one!
Hey, Pawan very useful post on drupal.
BTW I am just 3 months old to drupal.
So I am facing issue... Like I want to create configuration form in drupal 7.
Do you know how to do that?
Please help me out of you know.
Thank you.
Please contact us at contact@aalpha.net
i just mailed to this my query.can you please check that out.
BTW, sometimes static sites are just what you need: devopedia.org/static-site-generators
Yes, and it's especially preferable the speed of static sites. But I think those who might need this conversion have their reasons, like they want to migrate their site to React maybe for more client facing app and less involvement of the backend or whatever. I heared some folks just adheres to client's needs to convert their site to React, and idk from them.
Anyway, thanks for an awesome responseπ
LOL! I agree, especially if the site is more complex. This is just the simplest example I came up with π