• Home
  • Open Source
  • Web development
  • Business
  • About me

react

4 post

web-development

React Native imports: The rule of 5.

I'm going to talk about a metric that I've created that serves me as a warning signal to detect if a react component is doing too much stuff.
27-03-2018react-nativereactjavascript
web-development

Higher Order Components - HOC - in React Native

Higher Order Components is a useful pattern that has a lot of uses to make your React code easy to read and maintain. In this post I'm going to explain how to use Higher Order Components, HOC from now on, to keep your code DRY.
18-03-2018javascriptreact-nativereact
web-development

Developing a web application with Meteor and React - Part II

Second post of Developing a web application with Meteor and React. In this second post we will see how to add a form with React, Meteor Allow/Deny security and how React can protect us against XSS attacks.
28-06-2015meteorreactjavascriptcoffeescript
web-development

Developing a web application with Meteor and React

Learn how to use meteor and react to develop a modern web application. This is part 1 of the series. We will use coffeescript instead of plain javascript and the dabase will be mongodb.
14-06-2015meteorreactjavascriptcoffeescriptmongodb
Go to Previous Page
Go to Next Page