π
Full-Stack JavaScript Developer & Doctor of Physical Therapy π
π Full-Stack Web Developer π JavaScript Software Engineer π€ ReactJS π JAMstack π React Hooks π Jest π§ͺ Framer Motion π§ Doctor of Physical Therapy πDJποΈ
-
Technical Writer (JavaScript) @Medium
- Richmond, VA
- https://medium.com/@derek_develops
Highlights
Pinned Loading
-
stringify-example.js
stringify-example.js 1const myObject = {
2dog: "π",
3cat: "π",
4koala: "π¨",
5count: 3
-
lifting-state-up-example.js
lifting-state-up-example.js 1// Lifting State Up (React.js Example) by Dr. Derek Austin π₯³
23// Adapted from code by Kent C. Dodds and the React docs
4// https://kentcdodds.com/blog/application-state-management-with-react
5// https://reactjs.org/docs/lifting-state-up.html
-
medium-articles
medium-articles PublicRead all my JavaScript articles free online using these Medium Friend Links
-
Use React Hooks to Create a Toggle S...
Use React Hooks to Create a Toggle Switch or Counter 1import React, { useState } from "react";
2import ReactDOM from "react-dom";
34import "./styles.css";
5 -
3-card-tarot-reading.js
3-card-tarot-reading.js 1// Animate 3 Card Tarot Reading by Dr. Derek Austin π₯³
2// Credit Paul Henckel for the original code
3// Source: https://codesandbox.io/s/j0y0vpz59?from-embed
45import { render } from 'react-dom'
-
Create Dark Mode for React with use-...
Create Dark Mode for React with use-dark-mode 1import React, { useState } from "react";
2import ReactDOM from "react-dom";
3import useDarkMode from "use-dark-mode"; // Don't forget to import the NPM package use-dark-mode
45import "./styles.scss";
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.