DEV Community

Discussion on: What is the difference between TypeScript and PropTypes

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

Not sure if PropTypes are really of much use at runtime, because if the server responds with an unexpected type PropTypes only lead to a better error message, but they can't resolve the error.

However I find bit.dev very interesting for sharing components between different micro-frontends. I'd really like to know more about it... and it looks like you're working for them. 🤓 I've always wanted to know how micro frontends work under the hood. Maybe you can write about the inner workings of a frontend "multiplexer" (or whatever the thing is called that mashes different micro frontends together).

Collapse
 
nitsancohen770 profile image
Nitsan Cohen

Soon I will be writing a series of posts on microfrontends and bit...stay tuned! :)