Search
IT akademie Brno – React v praxi
1.5.2018
Na workshopu si vyzkoušíte pokročilou tvorbu aplikací v Reactu a běžně využívaných knihovnách užívaných s Reactem. Podíváme se do světa Reactu a na jeho ekosystém, zaměříme se na prozkoumání nejvíce používaných knihoven s Reactem.…
Understanding React `setState`
25.4.2018
React components can, and often do, have state. State can be anything, but think of things like whether a user is logged in or not and displaying the correct username based on which account is active. Or an array of blog posts. Or if a modal is open or not and which tab within it is active.
React...
Password Strength Meter In React
23.4.2018
Some time ago I developed a tutorial showing how to create a password strength meter in an AngularJS application using the zxcvbn Ja
Collective #409
23.4.2018
Permit * React in patterns * Sketchize * GitHub Learning Lab * Slugify * pico.js * BBC Sound Effects * VS Code can do that?!
Collective #409 was written by Pedro Botelho and published on Codrops
What are Higher-Order Components in React?
19.4.2018
If you have been in the React ecosystem for a while, there is a possibility that you have heard about Higher Order Components. Let’s look at a simple implementation while also trying to explain the core idea. From here you should get a good idea of how they work and even put them to use.
Why...
Collective #406
12.4.2018
Going Offline * Glide 3.0 * Moose * Geometric Letters * Productivity * Fuzzball * @keyframers 1.0.0 * react-spring
Collective #406 was written by Pedro Botelho and published on Codrops
React Video Player
14.3.2018
Streaming entertainment is a massive interest of mine as both a consumer and web developer. My love for streaming entertainment dates back to the early days of RealPlayer and the misery of a million codecs. Fast forward to today and I’m working a lot with ReactJS, as well as the dozens...
Force a React Component to Re-Render
7.3.2018
The beauty of React components is that they automagically render and update based on a change in state or props; simply update the state from any place and suddenly your UI element updates — awesome! There may be a case, however, where you simply want to brute force a fresh render of a React...
Další ngParty meetup proběhne v Praze
2.3.2018
Zveme všechny na další ngParty meetup v Praze. Budeme mít hosta Martina Sonnenholzera z Berlína, který nám řekne něco o využiyí Machine Learning pro lazy loading, dale nam Jiří Maršíček naserviruje tochu funkcionalniho programování v podobě Functional Lenses…