% support in React Native, React tutorial, and MobX 3
Percentage support just landed in React Native which is the best news we've heard all week.
TBT. If you're just getting started with React, here's a battle tested blog post that will help.
MobX is a popular way to manage state in a React application. The team just released version 3. Huge congrats 🎉
JSX is a de facto standard for declaring components structure in React applications. It became popular because of familiar syntax, in this case it’s HTML. Here are some good, and some bad parts of JSX.
“Does TypeScript work well with React?” - Read the article to find out 😊
Buckle Up! This is a long and winding tale (with lots of code) of David Gilbertson's attempts replicate JSX syntax, component structure, server-side rendering, and React’s update magic with VanillaJS.
Learn how to build a library in the popular React framework that anyone can use in their application.
Testing can be hard and often times confusing. This blog post does a great job of walking through the fundamentals of getting started testing with Jest and Enzyme.
If you're new to React and still aren't sure what "Children" are about, check out this article.
If you haven't been working through mark's tutorials on Redux you really should consider it. If you have then you should be excited to hear that he dropped Part 6 this week! A lot of in depth things are covered, great stuff!
A simple yet powerful and extensible Markdown Editor editor for React, inspired by GitHub.