DEV Community

Discussion on: Good first steps for a JS style guide?

Collapse
 
letsbsocial1 profile image
Maria Campbell

Also make sure to develop great workflow automations. i.e., for pure js applications, react applications, etc. Saves so much time. Currently I have one I developed (over time) for pure JS (FE) and one for React (without CRA, but emulating it). Now working on automating workflows for backend as well. Developing good workflows takes time and lots of fine tuning. Especially since things change so rapidly, as in open source for example!

Collapse
 
superkarolis profile image
Karolis Ramanauskas

Good you give an example of a good workflow? Especially would be interested in JS/React ones.