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 ▸ https://t.co/Osa3Vzb3V4
#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) ▸ https://t.co/QKzG2N3pa4
#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 👉 https://t.co/qTXGRDN7c9
#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 ▸ https://t.co/UM2Xn091nv
#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 ▸ https://t.co/VpW1slNxeO
#JavaScript #Programming
0
3
2
There are many different ways that we can use one-way data binding in our Angular application. Read more 👉 https://t.co/LqanVmNtOv
#Programming #JavaScript
0
1
1
0
1
3
Interface TodosListProps { todos: TodoEntity[]; addTodo: (todo: TodoEntity) => void; search: TodosSearchProps;} Read more 👉 https://t.co/5VLHZ9MVvK
#Programming #JavaScript
0
1
1
Checkout the Vue - A Beginners Introduction to Vue.js ▸ https://t.co/wDUIAZ0Iz3
#JavaScript #Programming
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 👉 https://t.co/YAnongFlpD
#Programming #JavaScript
0
1
0
0
1
1
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 ▸ https://t.co/0USdiPkkXO
#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 ▸ https://t.co/wkx0TJbdZb
#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 ▸ https://t.co/2RFPB1BZkx
#Programming #JavaScript
0
1
1
The whole form group is shrunk because the size prop is set to 'sm' Read more 👉 https://t.co/EoejwAswSH
#Programming #JavaScript
0
1
1
The autofocus prop lets us set the focus of the dropdown select. Read more 👉 https://t.co/2CdVmQs3T6
#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 ▸ https://t.co/3UIUTBhPe4
#JavaScript #Programming
0
1
0
Inside /src/server/index.js , add the following Read the full article: Getting Started: React app with Express server ▸ https://t.co/7IQ882kUTn
#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 ▸ https://t.co/6yfjjW0Xqi
#JavaScript #Programming
0
3
3
That Action — Reducer pattern instantly gained traction among React programmers. Read the full article: You may not need Redux ▸ https://t.co/vEogsNu75b
#Programming #JavaScript
0
1
2