-
Consuming RestAPI from REACTJS sample
See sample on codesandbox On this sample you can find how can consuming restApi from one external service and how can populate one component on react Importing modules Here, we’re importing the React library, along with the useEffect and useState hooks from React. The useEffect hook lets us perform side effects in function components, while
-
New Content 2023
Hello dear readers, I owe you an apology as there hasn’t been a new post on the Frontend Blog recently. I am sorry for this, and I promise you that new, exciting content is on its way. Remember, communication is key in maintaining a good relationship with your readers, so keeping them informed about the
-
Create CRUD with NEXTJS
I found this tutorial Building CRUD Apps with NextJs Read Tutorial >
-
How works the MicroFrontEnds
What are Micro Frontends? The term Micro Frontends first came up in ThoughtWorks Technology Radar at the end of 2016. It extends the concepts of micro services to the frontend world. The current trend is to build a feature-rich and powerful browser application, aka single page app, which sits on top of a micro service architecture. Over time the
-
How to Deploy a MERN Application to Heroku Using MongoDB Atlas
I found this excellent tutorial thanks to FREEDOCODECAMP! https://www.freecodecamp.org/news/deploying-a-mern-application-using-mongodb-atlas-to-heroku/#introduction-to-mern
-
15-css-background-effects
You can use this amazing resource for animations Backgrounds! View More >>
-
Learning to test React Native with Jest — part 1
I read this series of tutorials has been very interesting , I recommend read this articles Read More >> Source (Medium.com)
-
5 Best Programming Languages for Kids
Kids Coding Languages Coding for kids can be hard to navigate — especially when it comes to choosing a first coding language to learn. With so many different programming languages available, where should you start? We’re here to help make that decision easier! From teaching coding classes for kids ages 8-18, we’ve learned tips and tricks
-
Javascript tips and tricks developers 2020
I found this article about the tips and tricks for handle different data, take a look in the next link Read More > source (https://medium.com/@manish2bharti/javascript-tricks-for-developers-2637e1c1835d)
-
Testing your website with website planet
If you want check your look and fill website how looks like in different screens and devices the only thing you do is use https://www.websiteplanet.com/webtools/responsive-checker/ excellent tool for review your website and front-end!