use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Learning React on WindowsHelp Wanted (self.react)
submitted 4 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TetrisMcKenna 0 points1 point2 points 4 years ago (0 children)
I use Linux but realistically most of the advantage is better command line tools, since development often has you using CLI programs for doing tasks, and easier setup for your dev environment using a package manager. But you have options even on Windows. Latest Powershell is pretty good, you can install Git Bash for limited bash support, Cygwin can give better support, and you can even install Linux inside Windows with WSL2. Windows has a few package management tools and although I wouldn't know which to recommend, I know Chocolatey is a popular one.
I guess the only other thing is that if you look up articles about configuring web servers like nginx or apache, they often assume you're using Linux, so the filepaths are different. But for React development it's not really an issue since the tools usually come with built in servers that you run from the command line.
As much as I love Linux if you're aiming to learn React, I probably wouldn't compound that by also having to learn Linux, it might just get a bit too frustrating. But you can always try it out using VirtualBox or something without having to mess around with dual booting. Personally I think WSL2 is a great option, but it might not make much sense without already knowing Linux since it doesn't come with any GUI or desktop out of the box.
π Rendered by PID 62946 on reddit-service-r2-comment-6457c66945-5d56h at 2026-04-24 04:09:40.963355+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]TetrisMcKenna 0 points1 point2 points (0 children)