JavaScript Marathon | Let's Build with Bit

preview_player
Показать описание
What is Bit? Bit is a platform for building with components. You can use Bit to build UI components, hooks, middleware, server-less functions and all things JavaScript! In this session, learn how to build more scalable and reusable components. Let’s take a look at how we can get your components in the cloud complete with documentation, tests and compositions, so they can easily be shared and used in other applications.
Рекомендации по теме
Комментарии
Автор

On a brighter note, the presenter is very cheerful, knowledgeable and professional. Love the Irish (I think) accent! :)

rickgeyer
Автор

Hey Debbi. When I see your video remember me Anne by red hair. I hop you grow up every day and conation this way by power full.👩‍🦰❣❣❣🎉🎉🎉

davodaslanifakor
Автор

Thank you so much for this video!! It helped me a lot in a new job position I started this week. We are using Bit to create a UI shared library to be used in several projects of the company. Thank you!

mfessia
Автор

To get rid of the Typescript error with "import styles from './button.module.scss';" you need to create a "tpyings.d.ts" file in your root directory (in your example, that would be in the JSMARATHON directory).

In that file, add the following two lines:
declare module "*.module.css";
declare module "*.module.scss";

The error is occurring because Typescript, by default, only recognizes .tsx and .ts files.

willkramer
Автор

Great hearing an unexpected Irish accent!

MawlaAgency
Автор

Thanks for this tutorial! Can you share us its repository? I'm having some issues using TS and I would like to know how the files would looks like

DanTovbein
Автор

Great video, got lot of insights about bit.dev. But was wondering if we have full support for react-native in harmony? as I can see template only for react components.

gokulkulkarni
Автор

For those getting an error when running `bit start` about modules not being found, run `bit compile` before running `bit start`. It seems a change was made in the latest version of bit, and they forgot to update the docs to explain that now we need to `compile` before `starting` the server *facepalm*

Alexandro-Perez
Автор

Seems to be an error in the docs. bit install react --type peer gives an error - "error: unknown option `--type'".

JustinYoung
Автор

Pretty cool but that's crazy how you have to install dependencies manually when you import a component from the cloud.

avi
Автор

Amazing Debbie, You and your team is solving the biggest pain of software houses and big enterprises development. How can I collaborate with you? We need to make this reach all of the world...

neilorcaldeira
Автор

I have this message when I run this command: bit create react-component-js ui/button please add the following configuration: "create: { "template": "your-template-extension" }" pls help me

darwinsinche
Автор

The demo seems working as expected in personal devices and I am having hard time troubleshooting the issues in my organizational machine with proxies in place. Do you have any guidelines or documentation for enterprises/organizations with firewall and network proxies in place ?

leninsgeorge
Автор

This is a very interesting platform. However, it took me 2 hours trying to install/uninstall/reinstall and run a simple react template ... until I figured out I had to use "bbit" (2 'b') and not "bit". For some reason "bvm install" does not install "bit", instead it installs "bbit".

busynessy