-
Day 3: Fast Track VUE3.js State Management with Vuex:
1. Set Up: In your terminal, within your Vue 3 project: 2. Create a Vuex Store: Create a directory named store in your src directory, and within the store directory, create a file named index.js. src/store/index.js: 3. Set Up Vuex in main.js: src/main.js: 4. Shopping Cart Component: src/components/ShoppingCart.vue: 5. Using the Store: For this sample,
-
Create Random Picture WebApp in REACTJS
Preview in new tab This code is a simple React component for loading and displaying a random picture from the Unsplash API. Here’s a breakdown of each part of the code: Overall, when loaded, this app would display a “Load Random Picture” button, and clicking this button would fetch a random image from Unsplash and
-
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
-
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)
-
Create React Search Filter
This is the great sample created for Matt Colleman if you want more than him please checkout the profile in codepen visit profile
-
A Step-by-Step Tutorial for Your First AngularJS App
What is AngularJS? AngularJS is a JavaScript MVC framework developed by Google that lets you build well structured, easily testable, and maintainable front-end applications. And Why Should I Use It? If you haven’t tried AngularJS yet, you’re missing out. The framework consists of a tightly integrated toolset that will help you build well structured, rich
-
Build a Sweet Photo Slider with AngularJS Animate
If you have knowlodge of html5, css and little angular you can make one photo slider, take a look of this great tutorial read more
-
The Semantic Grid System
Page layout for tomorrow. Set column and gutter widths, choose the number of columns, and switch between pixels and percentages. All without any .grid_x classes in your markup. Oh, and did we mention it’s responsive? Runs on LESS, SCSS, or Stylus. Read up on Smashing Mag. Read more >
-
Javascript forms validation. Powerful, UX aware & Dead simple.
Parseley.js these its great tool for developers check out Never write a single javascript line anymore to validate your forms FrontEnd. Parsley will do that for you – and do it right –, thanks to its powerful DOM-API ! Read More
-
Open New Browser Window with jQuery (Custom Size)
I sure this is nothing special but I thought I would share. I’ve been play around with jQuery and wanted to build an easy way to open a new browser window with a certain size for multiple links. Below is what I came up with. Click on the links below to see a simple demo.