React: Beginner
The following pages describe a full process to create a simple, yet functional application using React and SQLite.
Throughout the exercise, a lot of concepts will be explored.
Preparing: Where we will set up the basis of our app (2 hours)
Enhancements: Where we will go a bit further in making our setup sturdy (3 hours)
CRUD: Where we set up the database, and set up calls from the front-end (5 hours)
Looks: Where we make things look ok (2 hours)
Deployment: Where we export final files, and upload on a server (3 hours)
Assumptions
This tutorial/exercise describes and references every line, and every file, so if you take your time and read slowly, you should be able to complete it with absolutely no prior knowledge in Javascript, html, css, or SQL.
however, it would be quite difficult. The text and vocabulary used assumes the following prerequisites:
You've tried React before
You've used
create-react-app
You've tried a bit of
express
You have some bases in Javascript, HTML, CSS, and SQL
This is not a straightforward A
to Z
tutorial. This follows how a real application would be shaped, with gradual improvements, and a lot of code written, then replaced.
Last updated
Was this helpful?