Fix/update readme#131
Conversation
|
Since, there's 1 bullet point, how about we convert this to bullets for each technology, like A React frontend using:
|
ScottBrenner
left a comment
There was a problem hiding this comment.
Best to remove these extra spaces.
README.md
Outdated
| * [Node.js](https://nodejs.org) / [Express](https://expressjs.com) for our backend using JavaScript/TypeScript | ||
| * [Postgres](https://www.postgresql.org) with [Sequelize ORM](https://sequelize.org) | ||
| * [Elasticsearch](https://www.elastic.co/what-is/elasticsearch) | ||
| * A [React](https://reactjs.org/) frontend using JavaScript/TypeScript and CSS (not Sass) |
There was a problem hiding this comment.
| * A [React](https://reactjs.org/) frontend using JavaScript/TypeScript and CSS (not Sass) | |
| * A [React](https://reactjs.org/) frontend using JavaScript/TypeScript and CSS (not Sass) |
README.md
Outdated
| * [Elasticsearch](https://www.elastic.co/what-is/elasticsearch) | ||
| * A [React](https://reactjs.org/) frontend using JavaScript/TypeScript and CSS (not Sass) | ||
| * Utilizing Functional Components with [Hooks](https://reactjs.org/docs/hooks-intro.html) | ||
| * [Next.js](https://nextjs.org/) for server-side rendering |
There was a problem hiding this comment.
| * [Next.js](https://nextjs.org/) for server-side rendering | |
| * [Next.js](https://nextjs.org/) for server-side rendering |
Co-Authored-By: Scott Brenner <scott@scottbrenner.me>
|
@ScottBrenner how are you submitting those diffs / suggestions? Are you checking out the PR and pushing changes to the PR branch? I'm new here :) |
|
@allella See step 6 here for details on how to create them (as a PR reviewer) and here for committing suggested changes (as a PR author)! |
|
@xarielx looking better. I think the [] and () may be reversed because the typescriptlang.org URL is visible in this latest change. |
ScottBrenner
left a comment
There was a problem hiding this comment.
This space breaks the hyperlink.
Co-Authored-By: Scott Brenner <scott@scottbrenner.me>
Thanks! |
|
Remember to squash when merging into master, please! |
|
I apologize for that @ScottBrenner, you're completely right, that will never happen again, I assumed it was squashing by default. |
|
@all-contributors please add @xarielx for doc |
|
I've put up a pull request to add @xarielx! 🎉 |
Update README.md).masterbranch of Chapter.Closes #123
Modified Readme to include the use of utilizing functional components with hooks in react, as well as a link to the introduction of these in the React page.