Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>Some advantages on using stateless functional components on React </p>
↗
https://hackernoon.com/react-stateless-functional-components-nine-wins-you-might-have-overlooked-997b0d933dbc
Carlos Coelho
Jun 8, 2018
Topics:
react
<p>React v16.x made some important changes (and deprecations) to the components lifecycles #component-lifecycle-changes</p>
↗
https://reactjs.org/blog/2018/03/29/react-v-16-3.html
Victor Ferraz
Jun 1, 2018
Topics:
javascript, react
<p>A library for lazy loading React components </p>
↗
https://github.com/jasonslyvia/react-lazyload
Victor Ferraz
May 28, 2018
Topics:
javascript, performance, react
<p>The best way to bind event handlers in React </p>
↗
https://medium.freecodecamp.org/the-best-way-to-bind-event-handlers-in-react-282db2cf1530
Victor Ferraz
May 25, 2018
Topics:
javascript, performance, react
<p>Nice React lib for controlling page scroll </p>
↗
https://github.com/fisshy/react-scroll
Luca Bezerra
May 22, 2018
Topics:
javascript, react, scroll
<p>The best introductory tutorial I found so far for Django Rest Framework + React </p>
↗
https://www.valentinog.com/blog/tutorial-api-django-rest-react/
Vanessa Barreiros
May 4, 2018
Topics:
drf, intro, react
<p>React Composition vs Inheritance: </p>
↗
https://reactjs.org/docs/composition-vs-inheritance.html
Flávio Juvenal
May 1, 2018
Topics:
composition, inheritance, oo, react, reuse
<p>React: improved support for returning multiple children from a component’s render method </p>
↗
https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html
Flávio Juvenal
Apr 19, 2018
Topics:
react, ui
<p>great introduction guide to Redux: </p>
↗
https://www.smashingmagazine.com/2016/06/an-introduction-to-redux/
Arimateia Neto
Mar 2, 2018
Topics:
react, redux
<p>How to get the reference of a field when using Redux Form #issuecomment-271962346</p>
↗
https://github.com/erikras/redux-form/issues/1933
Luca Bezerra
Jan 29, 2018
Topics:
javascript, react, redux, redux-form
<p>When using react-sortable-hoc (specially with bootstrap), if the element being dragged disappears, it may be a z-index issue. Use the component's helperClass: </p>
↗
https://github.com/clauderic/react-sortable-hoc/issues/87
Luca Bezerra
Jan 17, 2018
Topics:
react, sorting, ui
<p>React compound components "give rendering back to the app" </p>
↗
https://www.youtube.com/watch?v=hEGg-3pIHlE&feature=youtu.be
Filipe Ximenes
Jan 8, 2018
Topics:
react
<p>When using redux-form, if you want to update initialValues, set flags enableReinitialize and keepDirtyOnReinitialize in the form </p>
↗
https://redux-form.com/6.8.0/docs/api/reduxform.md/
Luca Bezerra
Dec 12, 2017
Topics:
react, redux, redux-form
<p>Error boundaries in React 16 catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI #introducing-error-boundaries</p>
↗
https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html
Rebeca Sarai
Oct 26, 2017
Topics:
javascript, react
<p>6 Pro Tips from React Developers </p>
↗
https://dev.codetrick.net/6-pro-tips-from-react-developers/
Carlos Coelho
Oct 6, 2017
Topics:
react
<p>Get deep in react </p>
↗
https://www.gitbook.com/book/developmentarc/react-indepth/details
Anderson Resende
Sep 24, 2017
Topics:
react
<p>Semiotic is a React-based data visualization framework </p>
↗
https://medium.com/@Elijah_Meeks/introducing-semiotic-for-data-visualization-88dc3c6b6926
Lais Varejão
Sep 1, 2017
Topics:
data visualization, react
<p>This article covers a lot of things you can do to profile and optimize your React components </p>
↗
https://medium.com/dailyjs/react-is-slow-react-is-fast-optimizing-react-apps-in-practice-394176a11fba
Filipe Ximenes
Jul 27, 2017
Topics:
react
<p>react-hotkeys is a very nice lib to define hotkeys when the browser focus is in a react component </p>
↗
https://github.com/chrisui/react-hotkeys
Hugo Bessa
Jul 12, 2017
Topics:
a11y, keyboard, react
<p>10 very usefull patterns for React applications #.j098oyo82</p>
↗
https://hackernoon.com/10-react-mini-patterns-c1da92f068c5
Filipe Ximenes
Jul 10, 2017
Topics:
react
<p>Real World React ( is a repository of open source React applications. Really good for studying how are people writing their code and structuring projects.</p>
↗
https://github.com/jeromedalbert/real-world-react)
Filipe Ximenes
Jul 6, 2017
Topics:
react
<p>Redux-query has some interesting concepts for dealing with data synchronization and it can be easily integrated with <code>redux-sagas</code> </p>
↗
https://amplitude.engineering/introducing-redux-query-7734e7215b3b
Filipe Ximenes
Jul 3, 2017
Topics:
react, redux
<p>React patterns, techniques, tips and tricks </p>
↗
https://github.com/vasanthk/react-bits
Carlos Coelho
Mar 27, 2017
Topics:
react
<p>Async calls, like requests, should be triggered from <code>componentDidMount</code> instead of <code>componentWillMount</code> </p>
↗
https://daveceddia.com/where-fetch-data-componentwillmount-vs-componentdidmount/
André Ericson
Mar 22, 2017
Topics:
react
Previous
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept