What can I say about React

It is component based. You build encapsulated components that manage their own state, then compose them to make complex UIs.

Let me share with you the problems it has solved for me, while I teach you the basics of this wonderful JavaScript UI rendering library!

react

Sign Up For My new Eclusive Monthly Newsletter

Prerequisites

I'll assume that you have some familiarity with HTML and JavaScript, but you should be able to follow along even if you’re coming from a different programming language.

Read More

Concepts

I’ll also assume that you’re familiar with programming concepts like functions, objects, arrays, and to a lesser extent, classes.

Read More

Review

If you need to review JavaScript, I highly recommend reading this guide. Note that I'm also using some features from ES6 — a recent version of JavaScript. In this course, you will be using arrow functions, classes, let, and const statements. You can use the Babel REPL to check what ES6 code compiles to.

Read More

Learn The Fundamentals

I don’t know anything about the rest of your technology stack, so I will show you that you can develop new features in React without rewriting existing code. Just as the Documentation explicitly states. That's where I learned that.

React can also render on the server using Node and power mobile apps using React Native.

Read More
next.svg

Next... Learn Next.js

Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.

The world’s leading companies use and love Next.js! Nke, Hulu, Netflix and so many more!

Read More

Frequently Asked Questions

I am in Winter Springs, Fl. However, there is no limit to how far we can reach each other. That is the beauty of remote learning

The cost varies by package. Beginning with virtual (remote) at the low-end and going up as the lessons become more personal and in depth! My rates are currently being constructed.

I will assume that you have only basic knowledge, meaning HTML5, CSS3 and have struggled with or know JavaScript a bit.

This is a prototype and at the current moment not intended to be signed up for. The actual courses and website are still in the development phase called the ideas phase.

I will give you all the most helpful insights and direction that I have gained from people over the course of my journey

Other things:

A web developer in the industry needs to know more than just how to code in a certain language.

Learn the Landscape

Learn the Bird's eye view or the basic overall landscape of the internet

Portfolio is Important

...But it isn't EVERYTHING!
Dive deeper, learn things that you didn't know you needed. Push your mind... Oh, and take breaks. ...take courses like these!

Forward Thinking/ Wireframing

Everyone thinks they can just sit down and start coding something and it will turn out nicely... I guarantee you it needs more planning. Get familiar with a design tool to help map out your ideas. I like Figma!

FAQ

Frequently asked questions when trying to implement React and Next.js