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>A React component for building Web forms from JSON Schema: </p>
↗
https://github.com/rjsf-team/react-jsonschema-form
Flávio Juvenal
Mar 16, 2020
Topics:
form, javascript, json, react
<p>Vue or React: How to Choose? </p>
↗
https://www.caktusgroup.com/blog/2020/01/14/vue-or-react-how-choose/
Gustavo Carvalho
Mar 12, 2020
Topics:
javascript, react, vue
<p>Using React Suspense for data fetching </p>
↗
https://blog.logrocket.com/react-suspense-for-data-fetching/
Vanessa Barreiros
Mar 5, 2020
Topics:
javascript, react
<p>Mark Erikson - A Deep Dive into React-Redux | React Next 2019 </p>
↗
https://www.youtube.com/watch?v=yOZ4Ml9LlWE
João Lins
Jan 3, 2020
Topics:
react, redux
<p>The unseen performance costs of modern CSS-in-JS libraries in React apps </p>
↗
https://calendar.perfplanet.com/2019/the-unseen-performance-costs-of-css-in-js-in-react-apps/
João Lins
Dec 20, 2019
Topics:
css, css-in-js, react, styled-components
<p>The official, opinionated, batteries-included toolset for efficient Redux development </p>
↗
https://redux-toolkit.js.org/
João Lins
Dec 11, 2019
Topics:
frontend, react, redux
<p>Thinking in React Hooks - Visual guide to Hooks </p>
↗
https://wattenberger.com/blog/react-hooks
João Lins
Dec 11, 2019
Topics:
hooks, react
<p>a solid argument for UI designers to learn React </p>
↗
https://blog.continuum.cl/every-ui-designer-needs-to-learn-react-heres-why-f2b8c2ff2c86
Aline Silveira
Dec 3, 2019
Topics:
components, design, react, ui
<p>Redux Style Guide - Opinionated recommendations from Redux Devs </p>
↗
https://redux.js.org/style-guide/style-guide
João Lins
Nov 25, 2019
Topics:
javascript, react, redux
<p>Microlink API enables you to get structured data from any website, and its SDK enables you to create previews from any link (and has integration with React) </p>
↗
https://microlink.io/docs/sdk/getting-started/overview/
Pamella Bezerra
Nov 23, 2019
Topics:
api, react
<p>19 Takeaways From React Conf 2019 - Summary of React Conf 2019 </p>
↗
https://blog.anthonymorris.dev/19-takeaways-from-react-conf-2019
João Lins
Oct 28, 2019
Topics:
react
<p>Suspense for Data Fetching (Experimental) - Upcoming feature for React </p>
↗
https://reactjs.org/docs/concurrent-mode-suspense.html
João Lins
Oct 25, 2019
Topics:
react
<p>Use Zeplin’s connected components feature to link designer’s UI mocks directly to their React components counterparts </p>
↗
https://blog.zeplin.io/introducing-connected-components-components-in-design-and-code-in-harmony-aa894ed5bd95
Pedro Bacelar
Oct 23, 2019
Topics:
components, react, specs, ui
<p>How to Avoid the “Boolean Trap” When Designing React Components </p>
↗
https://spicefactory.co/blog/2019/03/26/how-to-avoid-the-boolean-trap-when-designing-react-components/
João Lins
Oct 23, 2019
Topics:
clean code, react
<p>5 Tips to Help You Avoid React Hooks Pitfalls </p>
↗
https://kentcdodds.com/blog/react-hooks-pitfalls
João Lins
Oct 23, 2019
Topics:
react
<p>12 React UI Layout Grid Components and Libraries for 2019 </p>
↗
https://blog.bitsrc.io/12-react-ui-layout-grid-components-and-libraries-for-2019-16e8aa5d0b08
Pamella Bezerra
Oct 11, 2019
Topics:
frontend, react
<p>[React Live 2019] 4. Kitze - Navigating the Hype Driven Frontend Development World </p>
↗
https://www.youtube.com/watch?v=usH0QXrbfGg
João Lins
Oct 10, 2019
Topics:
frontend, react
<p>A deep dive into children in React </p>
↗
https://mxstbr.blog/2017/02/react-children-deepdive/
João Lins
Sep 20, 2019
Topics:
react
<p>Why We Should Ditch React </p>
↗
https://www.youtube.com/watch?v=iRo18pUs61Q
João Lins
Sep 16, 2019
Topics:
javascript, react
<p>Website that compiles custom hooks with interesting applications, can work as a collection of examples to learn the potential of hooks </p>
↗
https://usehooks.com/
João Lins
Sep 13, 2019
Topics:
react
<p>Quick summary explaining each React Hook </p>
↗
https://twitter.com/tylermcginnis/status/1169667360795459584?s=20
João Lins
Sep 5, 2019
Topics:
react
<p>Lessons Learned: Common React Code-Smells and How to Avoid Them </p>
↗
https://hackernoon.com/lessons-learned-common-react-code-smells-and-how-to-avoid-them-f253eb9696a4
João Lins
Aug 27, 2019
Topics:
js, react
<p>The Iceberg of React Hooks - Very nice article about hooks and its pitfalls </p>
↗
https://medium.com/@sdolidze/the-iceberg-of-react-hooks-af0b588f43fb
João Lins
Aug 19, 2019
Topics:
react
<p>Although calling setState on componentDidMount is frowned upon - there is even a eslint rule for that -, sometimes it is necessary. When working with DOM elements, you probably will need that additional render to achieve what you want #componentdidmount</p>
↗
https://reactjs.org/docs/react-component.html
João Lins
Aug 13, 2019
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