PLAY PODCASTS
The Call Kent Podcast

The Call Kent Podcast

227 episodes — Page 5 of 5

S1 Ep 27How small should components be

I was wondering how to decide when the html is too trivial to turn into a component. For example turning msg into a component. Maybe it's useful for styled components? Thanks When to break up a component into multiple components

Oct 19, 20213 min

S1 Ep 26Using Fly.io Replays

Finding out more about the best places to use Fly.io's request replays, when to use it and when not to use it. How I built a modern website in 2021

Oct 18, 202112 min

S1 Ep 25Why is forwardRef required to limit re-renders?

In the "Fix perf death by a thousand cuts" exercise in the Epic React Performance workshop, extra credit 3 "write an HOC to get a slice of app state": why is forwarding the ref in the HOC required to actually prevent all the Cells from re-rendering? 06.extra-3.js Production deploy of that example

Oct 18, 20217 min

S1 Ep 24Traditional logins vs. passwordless magic links

Your website currently uses magic links to sign in users. This seems to be a completely secure method of authentication, yet is still quite uncommon compared to the traditional username + password combo's. Why do you think that is? If it's just as secure, or perhaps more secure, how can we improve adoption of this method? How I built a modern website in 2021 (I've got a section in here that describes the auth flow)

Oct 14, 202114 min

S1 Ep 23How to plan curriculum

I need some tips to write a course and suggestions to choose the app idea, decompose it into lessons, things to focus on, deploy the app and writing tests. Taylor Bell Chats About Effective Teaching How I Teach

Oct 13, 20214 min

S1 Ep 22Why Remix over other React frameworks?

What brings you to Remix over other React frameworks like Next and Gatsby? Remix is going open source soon so I'd love to pad my excitement even further with knowing truly what it brings over its competitors. How I Built a Modern Website in 2021 (blog post) How I Built a Modern Website in 2021 (slides) Have Single-Page Apps Ruined the Web? | Transitional Apps with Rich Harris

Oct 12, 202135 min

S1 Ep 21What did paypal-scripts do?

I'd like to learn more about paypal-scripts. What tasks did the package cover: linting, transpiling, CI, deploy, etc. Please share any advice you can about starting a similar toolkit. Tools without config Concerning Toolkits

Oct 11, 20216 min

S1 Ep 20What are your thoughts on Svelte?

Cam asks Kent his thoughts on the uprising JS framework, Svelte. Remix

Oct 9, 202111 min

S1 Ep 19Where did those diagrams come from?

I wonder how you created those architecture diagrams with that hand drawn feel to them. How I built a modern website in 2021 Excalidraw

Oct 9, 20212 min

S1 Ep 18Filling CS concept holes as a non-CS major?

I come from non-CS background, MIS. Since you also come from a non-CS background, did you find that you needed to fill in any holes in your knowledge to get to where you are today?

Oct 7, 20215 min

S1 Ep 17How to buy for EpicReact in "installments"

Epic React has been on my radar ever since you started teasing it on Twitter. To me it feels like a "must have" that I "can't have". Obviously, it has a pretty hefty price tag, which I'm sure it more than warrants. But because of that price tag, it becomes unaffordable to me personally, and with my workplace being quite small, they're not always as forthcoming as I'd hope when it comes to paying for something like this either. I was wondering if you've ever considered adding payment options to your courses to make them more affordable in the short term, allowing people like me to pay over several months, potentially via a service similar to ClearPay or Klarna, or whatever else is out there! I'm sure there are more intricacies to something like this, but would love to hear your thoughts! Thanks! EpicReact.dev Credits

Oct 6, 20216 min

S1 Ep 16Best approach for building headless components

Which of the approaches you have talked about (prop getters & compound components) is best for building UI-free components? Inspired by this thread. P.S. I think you should definitely rename prop getters to the IKEA pattern. downshift How to give rendering control to users with prop getters

Oct 6, 20219 min

S1 Ep 15Cypress Component Testing Library vs Jest

Libraries comparison: pros and cons of cypress Component Testing Library vs RTL Cypress Testing Library

Sep 29, 20214 min

S1 Ep 14How does Remix manage many CSS files in a page?

That’s a follow-up question to Call Kent Podcast 09 “How to style?" Did you mention on "Call Kent Podcast 09 - How to style?" the remix capability to get the link tags removed from the page when the route is no longer active and with that, the styles could get removed as well, helping to avoid CSS clashes. How does Remix manage situations where the page that is active has multiple components, and those components are using different CSS files and potentially changing the same selector style (both could be changing the p tag)? Or even if the page itself is using multiple CSS files? How does remix manage situations where it needs to handle multiple CSS files that need to be used on the page that is active and it still needs to avoid clashes? Thanks for answering, Kent!

Sep 24, 20214 min

S1 Ep 13Mirage JS over MSW?

Want to see what would be your opinions regarding MirageJs and if it could be a potential replacement of MSW.

Sep 23, 20216 min

S1 Ep 12Work Life Balance

There's no doubt that Kent C. Dodds is a top teacher on the web helping people write quality software. What does the work life balance look like for someone at this level? How can one continuously be on top of the latest changes on the web, while maintaining that work life balance.

Sep 22, 202110 min

S1 Ep 11How much of seniority is about code skills?

Coming up with a huge precedence from testingjavascript people can tend to come up with unfair expectations for other content such as "Epic React", I would love to hear your thoughts on what to expect from your content while looking for seniority levelsThe Coding Career HandbookHow to get experience as a software engineer

Sep 21, 20217 min

S1 Ep 10Firm skills

Question about documentation / tests / naming convention as an important software engineer skill

Sep 20, 20215 min

S1 Ep 9How to style?

Nowadays, we have a bunch of approaches that we can take to style our applications, like: pure CSS, pre-processors, CSS Modules, utilities, component UI’s, CSS in JS and for some of them, we have another bunch of libraries that we can choose as well. Sometimes we can get lost in the middle of them trying to find the better one for our needs. What do you take into consideration when choosing an approach to style? Do you think that some use cases fit better in one approach than in another? Is there a particular approach that you believe is ahead of the rest? Or do you prefer? So, how to style?

Sep 19, 20219 min

S1 Ep 8SSG Hype

Why do you think there’s still so much hype around JamStack and SSG, when form submissions and server redirects for data mutations tend to work better a lot of the time? There’s not a lot of ecosystem interest (outside of Remix) to lean on this baked-in superpower of the web, and I find that interesting. This is less about the tech, and more about the psychology in the JS ecosystem. Maybe it’s a funding or marketing thing?next-runtime

Sep 15, 202113 min

S1 Ep 7Managing Burnout

I’ve been feeling burned out lately and wanted to hear how do you deal with it.Boundaries, Updated and Expanded Edition: When to Say Yes, How to Say No to Take Control of Your LifeSelf-Compassion: The Proven Power of Being Kind to Yourself

Sep 10, 20213 min

S1 Ep 6Make It Stick: Interleave Curves

In the book Make it Stick: The Science of Successful Learning. They suggest that for mastery of a subject you should be using interleave curves. The analogy given in the book to explain that is while practicing baseball you should be switching between straight and curveballs instead of doing just one or the other. What does that look like in practice while studying a topic?

Sep 7, 20215 min

S1 Ep 5What is the best way to go through EpicReact?

As a self taught dev who is looking to get their first job in the industry, how do you think the best way to balance this course and personal projects is? What do you think is the best use of my time as a developer to not only gain the most from this course, but also show off and apply the knowledge.How to get experience as a software engineerSolidifying what you learn

Sep 7, 20219 min

S1 Ep 4How do you find new technology

Asking Kent for insight into how he finds new technologies to use for his projects.Zero to 60 in Software Development: How to Jumpstart Your Career - Forward 4 Web Summit

Sep 7, 20212 min

S1 Ep 3Difference in methods emanating from screen and render

What’s the difference between `screen.getByText` and `const { getByText } = render()`More generically - what’s the difference between methods originating from these different objectsCommon mistakes with React Testing Library - Not Using Screen

Sep 3, 20214 min

S1 Ep 2Dealing with "act" warning on react testing

So I have a MainComponent, inside there are some “remote” components like OfficeSelect, that fetches data asynchronously on mount, using axios, everytime I test MainComponent I get the “act” warning on that OfficeSelect fetch, how do I deal with that?Fix the “not wrapped in act(…)” warning

Sep 3, 20216 min

S1 Ep 1Reusing components between different projects

bit.dev is one option I’ve considered, but I’m curious what you would do.

Sep 3, 20216 min