Skip to content

[SLIDES IN PDF] [QUESTIONS: hello@goncalomb.com] [Thank You] Workshop about Node.js and React.

Notifications You must be signed in to change notification settings

goncalomb/talk-intro-nodejs-react

Repository files navigation

First Steps w/ Node.js & React

Introduction Workshop for Node.js and React.

Gonçalo Baltazar (goncalomb.com), 2020

  • slides/ - The presentation slides made with 'mdx-deck'.
  • scripts/ - Example scripts about Node.js and React.
  • message-board/ - Demo Message Board application, react with styled-components and server.
  • todo-list/ - Demo TODO List application, React.

Questions?

Send me an email at: hello@goncalomb.com

Xpand IT

Job Opportunities!

https://www.xpand-it.com/pt-pt/job-opportunities/

Follow XTech Community on Medium!

https://medium.com/xtechportugal

Extra Material

Learn by doing!

JavaScript / HTML

Node.js

Understand NPM and how to use it: https://docs.npmjs.com/about-npm/

Some important packages/libraries:

NPM registry has libraries for everything... No need to reinvent the wheel.

Just use npm search <something> to find packages (e.g. npm search uuid).

React

Some important topics and libraries to research next:

Other

git diff --diff-algorithm=minimal todo-list/ > todo-list-clean.patch
git apply todo-list-clean.patch

About

[SLIDES IN PDF] [QUESTIONS: hello@goncalomb.com] [Thank You] Workshop about Node.js and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published