Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add statemanagement data and illo #461

Merged
merged 3 commits into from
Feb 19, 2021
Merged

Conversation

zacjones93
Copy link
Contributor

@zacjones93 zacjones93 commented Feb 19, 2021

changes made

  • updates React State Management in 2021 with dependency data
  • updates React State Management in 2021 with course illo
  • updates home page and react page with course illo
Screen shots

Build the portfolio you need to be a badass web developer   egghead io

In-Depth Up-to-Date React Tutorials for 2021  egghead io
React State Management in 2021  egghead io

@vercel
Copy link

vercel bot commented Feb 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

egghead-io-nextjs – ./

🔍 Inspect: https://vercel.com/eggheadio/egghead-io-nextjs/kk198kw7r
✅ Preview: https://egghead-io-nextjs-git-zj-state-management-course-illo.eggheadio1.vercel.app

egghead-next-storybook – ./

🔍 Inspect: https://vercel.com/eggheadio/egghead-next-storybook/atpy3ddc3
✅ Preview: https://egghead-next-storybook-git-zj-state-management-course-illo.eggheadio1.vercel.app

@@ -395,12 +397,31 @@ There are a number of tried and true methods that will allow you to learn more e
path:
'/lessons/react-using-recoil-to-manage-orthogonal-state-in-react-apps-with-david-mccabe?pl=react-state-management-2020-6bec',
},
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing a couple of interviews on card for homepage

<CardVerticalWithStack data={devEssentials} />

<CardVerticalWithStack data={stateManagement} />
<Card resource={tailwind} className="text-center">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved the 'aside' cards around

<ol className="text-left">
{tailwind.resources.map((resource: any, index: any) => {
{stateManagement.resources.map((resource: any, index: any) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not using CardVerticalWithStack so the image is displayed

}
alt="illustration for state management in react"
width={150}
height={150}
width={200}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This illo looked a bit better to me when it was a little bigger

guid: '6732',
slug: 'react-state-management-in-2021-6732',
illustrator: {
name: 'Maxime Bourgeois',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maxime is the illustrator!

freshness: {
status: `fresh`,
title: `This is a Fresh Resource`,
text: `This series digs into the deeper patterns of development with leading experts in the field. It's worth your time.`,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review

},
essentialQuestions: [
'How do you know when you need to use a state management library?',
'Should all state changes be the result of an event and an action?',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pulled from summaries

pairWithResources: [
{
id: 432472,
title: 'Introduction to State Machines Using XState',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought suggesting state management courses here made sense

@zacjones93 zacjones93 requested review from laurosilvacom, joelhooks and vojtaholik and removed request for laurosilvacom and joelhooks February 19, 2021 16:41
@kodiakhq kodiakhq bot merged commit 775c098 into main Feb 19, 2021
@kodiakhq kodiakhq bot deleted the zj/state-management-course-illo branch February 19, 2021 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants