github-corners icon indicating copy to clipboard operation
github-corners copied to clipboard

Created a nifty customizer using React.

Open josephgeis opened this issue 5 years ago • 2 comments

I also changed the <textarea>s to styled <pre>s. Because the <textarea>s weren't going down well with React. I needed some practice with React, so I decided to make a customizer that spits out the code people need to insert for their project. The code for the customizer can be found in src/ and the Webpack-compiled code is in dist/. Webpack compiles it as a development build so that it can be inspected in the browser with the React tools.

josephgeis avatar Apr 10 '19 22:04 josephgeis

I’m interested in your input on my idea.

josephgeis avatar Apr 19 '19 20:04 josephgeis

This PR probably resolves #42, but the output contains code from the React itself, which is undesirable.

ahuglajbclajep avatar May 05 '20 07:05 ahuglajbclajep