Nicholas C. Zakas - The Creator of ESLint

preview_player
Показать описание
This week we're delighted to have Nicholas Zakas on the show to talk about ESLint. ESLint is a tool that helps you find and fix problems in your JavaScript code by writing plugins that check for patterns in your code's AST. We talk about the history of ESLint, the challenges of building a linter, and the future of of ESLint.

Become a paid subscriber our patreon, spotify, or apple podcasts for the full episode.

00:00:20 Introduction
00:01:38 What is NativeScript?
00:05:53 Performance and Native Bridging
00:12:26 Ad
00:12:57 Exploring NativeScript Runtimes
00:20:02 NativeScript's Flexibility and Plugin Ecosystem
00:28:09 Framework Integration with NativeScript
00:36:35 CSS in NativeScript: Real or Translated?
00:42:34 Balancing Web and Native Performance
00:45:57 Real-World Examples and Ecosystem
00:48:23 Expanding Platform Support
00:55:27 Advanced Features and Shared Memory
00:58:43 Showcasing the Lighting Console App
01:04:56 Conclusion
Рекомендации по теме
Комментарии
Автор

I listen to this pretty often. I hope you'll get Nicholas more often.
I hope he'll share more about his personal life especially with the disease and struggles he has.
I am in a kinda similar situation as he is but (I hope) not as tragic

AndersonSilvaMMA
Автор

I'm so thankful for the stylistic formatting plug-in and how flexible the rules are. When you can't stand some of the formatting choices Prettier forces on you, ESLint is there to help.

voidmind
Автор

This was a really cool episode! It was great to learn about why typescript-eslint is not in the core and more about Nicholas as a person :)

xorlop
Автор

I really need a pluggable formatter. Can you recommend one now that eslint is not doing this?

Danielo
Автор

It's really easy to be fast and performant when you don't need to support 4+ years of legacy plug-ins. Let's see where they are in 4 years from now

Danielo