By Andrés Cidel · July 7 · Issue #12 · Join the weekly newsletter
Master the World of ReactJS. Each week Andrés Cidel serves the finest articles about the theories, trends, tools and topics.
Andrés is full-stack developer at developer platform Jexia. Are you an advanced React user? Stay ahead with Andrés’ React Ninjas Newsletter.
Fundamentals
This guide is intended to help you in your quest to understand four fundamental aspects of this incredibly powerful library.
5 common practices that you can stop doing in React
Sometimes best-practices can compromise performance, readability, and make things unproductive in the long run.
Component State: Local State, Redux Store and Loaders
There is no denial of the similarities between a React application and a Lego structure.
Diving into ReactJS — Part 2 (JSX, Components and Installation)
Note: This article is one of many parts of an edition on ReactJS. If you haven’t read part 1, I’d suggest checking that out before reading part 2.
Best-practices
Handling delete request in React
Find out how to handle delete request in React project. How to connect Redux files with the component to show the data on the page.
Creating a form with React + Redux
Working as a software engineer I was faced with the daunting task of creating a large collection of forms while using React.
Deploy React component as an NPM library
Since the advent of Node.js in 2009, everything we knew about JavaScript changed.
Test GraphQL container components with React Apollo and Jest
Our team is in the middle of adopting React + GraphQL using React Apollo.
Tutorials
This article attempts to simplify major concepts in the building of a frontend project, specifically with React.
A story about React, Redux and server-side rendering
Long time ago in a kingdom far away there was an app. It was supported by the well known React and Redux families but there was a problem. It was damn slow.
Stateful Peanut Butter and SVG-elly: a React + D3 Tutorial
There are fewer people and projects using D3 than React, but when it comes to creating data visualization in 2018, there really isn’t anything that comes close.
How to implement claims-based OIDC authorization with React
In this tutorial I’ll be enhancing the React single page app we created in the previous tutorial.
Build a weather app with stateless functional components
In this tutorial I’ll show how to use components when building a weather app that shows the conditions of a particular city when you supply the city and country.
Tools
We are really happy to announce an initial release of Rebolt?—?our take on developing React Native applications in Reason.
Migrating an existing React project
Single-spa allows you to build micro frontends that coexist and can each be written with their own framework.
Facebook reactions animation with React Native
We checkout that what is different when implement the same thing on Flutter and React Native, and which platform does better in this case.
Video
Server-side rendering with React
A quick introduction on server-side rendering with React, Express, and Node.js.
React.portal: the good, the bad and the ugly
React 16 has a first class portal implementation. But wait, what's a portal? In this talk I will go over what portals are on the web and what problems they solve. I will also take a look at React.Portal
By Andrés Cidel · Issue #12 · Join the weekly newsletter
Top comments (0)