
Frontend Weekly
@frontendweekly1
Followers
2K
Following
4K
Media
7K
Statuses
9K
The best of frontend development updates delivered weekly to your inbox.
Ashburn, VA
Joined June 2016
When you declare a variable in a function, that variable is only visible within the function. Read the full article: Get Familiar with JavaScript Scope.▸ #Programming #JavaScript
0
1
4
Easy Guide to Integrating Facebook Login with Flutter (Android). Read the full article: Easy Guide to Integrating Facebook Login with Flutter (Android).▸ #JavaScript #Programming
0
1
0
We should add an optional total input that accepts a number, so we know what to compare the progress input to. Read more 👉 #JavaScript #Programming
0
1
2
Lazy loading technique is very useful when we break down our angular application module wise. Read the full article: Angular Lazy Loading.▸ #JavaScript #Programming
0
1
1
Data sharing between components is an essential knowledge that everyone should have before starting their first Angular application. Read the full article: Sharing Data Between Angular Components.▸ #JavaScript #Programming
0
3
2
There are many different ways that we can use one-way data binding in our Angular application. Read more 👉 #Programming #JavaScript
0
1
1
Interface TodosListProps { todos: TodoEntity[]; addTodo: (todo: TodoEntity) => void; search: TodosSearchProps;}. Read more 👉 #Programming #JavaScript
0
1
1
As I was dabbling into creating a login feature for a chat messenger, I ran into an issue in implementing bcrypt in a react component. Read more 👉 #Programming #JavaScript
0
1
0
Whereas framework such as React have a sophisticated build system that disables various checks and error for production deployments, various browser-specific optimizations. Read the full article: The beauty of simplicity.▸ #Programming #JavaScript
0
1
0
Garbage collection detects and reclaims inaccessible memory objects, in order to free up memory. Read the full article: My Node.js memory leak and some memory management and garbage collection.▸ #Programming #JavaScript
0
1
0
Some say this is callback hell, but we only went a couple layers deep so it’s really more like callback purgatory. Read the full article: Promises in Node.js 8.x Core.▸ #Programming #JavaScript
0
1
1
The whole form group is shrunk because the size prop is set to 'sm'. Read more 👉 #Programming #JavaScript
0
1
1
The autofocus prop lets us set the focus of the dropdown select. Read more 👉 #Programming #JavaScript
0
1
2
In order to create an “outline” for text, we would need to use the CSS property: -webkit-text-stroke-width and -webkit-text-stroke-color. Read the full article: 9 fancy title design in CSS you need to learn now.▸ #JavaScript #Programming
0
1
0
Inside /src/server/index.js , add the following. Read the full article: Getting Started: React app with Express server.▸ #Programming #JavaScript
0
1
1
Inside a redux app there is one particular function that takes the previous state and the action being dispatched, and returns the next state of the application. Read the full article: Vanilla Redux.▸ #JavaScript #Programming
0
3
3
That Action — Reducer pattern instantly gained traction among React programmers. Read the full article: You may not need Redux.▸ #Programming #JavaScript
0
1
2