All posts tagged 'React'
-
A Script to Create React Components. Part 2 of 2
This is the second part of this post on writing a bash script to automate some parts of creating React components. In the first part, we left off with a functioning, but pretty much useless, bash script. Now, let's make it useful. Recall that our proposed script will take an argument representing...
Read article -
A Script to Create React Components. Part 1 of 2
After creating new React components manually for the umpteenth time I decided that the process could be automated a bit. We have CRA for React apps. Why not CRC, for React components? This is part one of a two part article that will walk you through writing a Bash script to automatically create the...
Read article