I’d would have liked to ‘colorize’ the block quoting of code… but couldn’t figure out how to do it with out a large search and replace table. I’d appreciate any pointers on adding that, or any comments in general.
Just redid the project with [React/Sass] (https://codepen.io/AzFalconer/pen/rwQYpv)
Sass added absolutely no value to the project, and React … well at least I was exposed to React.
Thank you for your feedback.
I hadn’t been considering seriously about how scroll action affect to user.
I have fix it, so if you can check it once more, I’d be glad.
And yours, If ‘colorize’ means applying ’ syntax highlight’ to code block,
How about looking at CodeMirror or highlight.js?
I hear that the former provide syntax highlight for editor, the latter is for output.
I found demo using these. https://github.com/marksanghoonkim/markdown-editor/tree/gh-pages.
Hello guys,
This is my first React.js project and I need some reviews, please.
Project Link - https://codepen.io/askov/full/GEYKbR/
I really like react, it’s great, but actually, I still feel confused about some things.
I would like to ensure my react app architecture is correct and nothing is considered a bad practice.
Thanks in advance.
The coding itself was really not that hard and straight forward, trying to learn react was the major bottle neck that took me a while, I feel as if I only have a very rudimentary understanding of react, which I tried to implement here, hopefully I will have a better understanding of it with more projects. Also implemented a preliminary understanding of SASS in this project. That being said, given a decent understanding of these tools I can see how they can be very powerful.
That was my very first React app,
Markdown Previewer : Project link
The mission itself is not hard, but this is another great step in learning process, very interesting tools
By the way, the introductory React course on codecademy.com was very helpful to understand how it works.
Turned out to be a very simple project and good way to get feet wet with React. That said, I lost some time going done a rabbit hole: I wanted to host react locally on my computer and build the project using codekit rather than on CodePen. CodeKit wouldn’t recognize the React syntax, so I eventually gave up, since the only other way I found to host React locally is to use Webpack and install a bunch of stuff via the command line using NPM. I settled for using CodePen and linking to the React CDN when I put the project up on GitHub.